fix endpoint name #5
Annotations
3 errors, 2 warnings, and 1 notice
Test: subprocess_popen_with_shell_equals_true id: B602:
src/iosanita/policy/locales/update.py#L37
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
|
Test: subprocess_popen_with_shell_equals_true id: B602:
src/iosanita/policy/locales/update.py#L53
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
|
Test: subprocess_popen_with_shell_equals_true id: B602:
src/iosanita/policy/locales/update.py#L67
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
|
build (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (3.8)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test: blacklist id: B404:
src/iosanita/policy/locales/update.py#L5
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
|