Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script hooks #228

Merged
merged 9 commits into from
Aug 19, 2024

Fix issues with environment test on windows

04a98d0
Select commit
Loading
Failed to load commit list.
Merged

Add script hooks #228

Fix issues with environment test on windows
04a98d0
Select commit
Loading
Failed to load commit list.
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.