Ignore B404 issue on update.py #143
Bandit: no issues found
Total statistics: {
"CONFIDENCE.HIGH": 4,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 3,
"SEVERITY.LOW": 1,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 738,
"nosec": 0,
"skipped_tests": 2
}
Annotations
Check notice on line 6 in src/pas/plugins/oidc/locales/update.py
github-actions / Bandit comments
Test: blacklist id: B404
Consider possible security implications associated with the subprocess module. more info https://bandit.readthedocs.io/en/1.7.5/blacklists/blacklist_imports.html#b404-import-subprocess
Check failure on line 41 in src/pas/plugins/oidc/locales/update.py
github-actions / Bandit comments
Test: subprocess_popen_with_shell_equals_true id: B602
subprocess call with shell=True identified, security issue. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b602_subprocess_popen_with_shell_equals_true.html
Check failure on line 50 in src/pas/plugins/oidc/locales/update.py
github-actions / Bandit comments
Test: subprocess_popen_with_shell_equals_true id: B602
subprocess call with shell=True identified, security issue. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b602_subprocess_popen_with_shell_equals_true.html
Check failure on line 58 in src/pas/plugins/oidc/locales/update.py
github-actions / Bandit comments
Test: subprocess_popen_with_shell_equals_true id: B602
subprocess call with shell=True identified, security issue. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b602_subprocess_popen_with_shell_equals_true.html