layerindex-web/rrs
Paul Eggleton 303d7ca235 Use shell=False where possible with utils.runcmd()
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>
2019-07-17 11:31:01 +12:00
..
migrations RRS: add missing migration 2019-05-28 09:57:58 +12:00
static Update TableSorter to latest version of active fork 2019-07-17 11:31:01 +12:00
tools Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00
__init__.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
admin.py rrs: admin: add in-line for Milestones to Releases 2018-09-06 11:08:43 +12:00
apps.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py Implement "delete account" function 2018-11-06 11:31:57 +13:00
urls.py rrs/urls: Use new urlpatterns list syntax 2018-05-04 23:57:53 +12:00
views.py RRS: fix showing all recipes for multi-layer maintenance plans 2019-02-21 14:15:52 +13:00
wsgi.py rrs: Add wsgi file for serve with gunicorn 2018-05-04 23:57:52 +12:00