layerindex-web/rrs/tools
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
..
common.py update: fix error on LAYERRECOMMENDS failure 2018-10-01 11:43:52 +13:00
daily_run.sh rrs/tools/daily_run.sh: don't reload when updating 2018-09-06 11:08:43 +12:00
historytool.py RRS: add tool to import/export upstream history data 2019-02-14 10:05:53 +13:00
rrs_distros.py Use try...finally or with to ensure files get closed 2019-02-14 10:05:53 +13:00
rrs_maintainer_history.py Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00
rrs_upgrade_history.py Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00
rrs_upstream_email.py Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00
rrs_upstream_history.py Fix errors due to races deleting bitbake temp files 2019-02-14 10:05:53 +13:00
upgrade_history_internal.py Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00