fix endpoint name #5
Bandit: 0 errors and 4 annotations 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": 294,
"nosec": 0,
"skipped_tests": 0
}
Annotations
Check notice on line 7 in src/iosanita/policy/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.4/blacklists/blacklist_imports.html#b404-import-subprocess
Check failure on line 37 in src/iosanita/policy/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.4/plugins/b602_subprocess_popen_with_shell_equals_true.html
Check failure on line 53 in src/iosanita/policy/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.4/plugins/b602_subprocess_popen_with_shell_equals_true.html
Check failure on line 67 in src/iosanita/policy/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.4/plugins/b602_subprocess_popen_with_shell_equals_true.html