8 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 5 in bumpversion/hooks.py
codacy-production / Codacy Static Code Analysis
bumpversion/hooks.py#L5
Consider possible security implications associated with the subprocess module.
Check failure on line 23 in bumpversion/hooks.py
codacy-production / Codacy Static Code Analysis
bumpversion/hooks.py#L23
subprocess call with shell=True identified, security issue.
Check warning on line 5 in tests/test_hooks/test_envs.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_envs.py#L5
Consider possible security implications associated with the subprocess module.
Check warning on line 21 in tests/test_hooks/test_envs.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_envs.py#L21
subprocess call - check for execution of untrusted input.
Check warning on line 22 in tests/test_hooks/test_envs.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_envs.py#L22
subprocess call - check for execution of untrusted input.
Check warning on line 23 in tests/test_hooks/test_envs.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_envs.py#L23
subprocess call - check for execution of untrusted input.
Check warning on line 1 in tests/test_hooks/test_run_command.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_run_command.py#L1
Consider possible security implications associated with the subprocess module.
Check warning on line 1 in tests/test_hooks/test_run_hook_suites.py
codacy-production / Codacy Static Code Analysis
tests/test_hooks/test_run_hook_suites.py#L1
Consider possible security implications associated with the subprocess module.