Skip to content

Fix issues with environment test on windows

Codacy Production / Codacy Static Code Analysis required action Aug 18, 2024 in 0s

8 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 5 in bumpversion/hooks.py

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_hooks/test_run_hook_suites.py#L1

Consider possible security implications associated with the subprocess module.