mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2026-01-27 09:01:24 +01:00
It's best practice for security reasons to use shell=False and pass command line arguments as a list; it also avoids some pain with escaping, so let's use it everywhere we can (in fact we're only left with one place in layerindex/tasks.py where we now pass shell=True). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
||
|---|---|---|
| .. | ||
| migrations | ||
| static | ||
| tools | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| context_processors.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||
| wsgi.py | ||