mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
mark manually sanitized input so bandit doesn't complain
This commit is contained in:
parent
2edc68d6cd
commit
3e1d313b7c
@ -220,7 +220,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
||||
if options.notarball:
|
||||
cmdline += ' --no-tarball'
|
||||
cmdline += " %s:%s" % (app.id, build.versionCode)
|
||||
chan.exec_command('bash --login -c "' + cmdline + '"')
|
||||
chan.exec_command('bash --login -c "' + cmdline + '"') # nosec B601 inputs are sanitized
|
||||
|
||||
# Fetch build process output ...
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user