Skip to content

Add handling for git path addition with new test coverage

Codacy Production / Codacy Static Code Analysis required action Jan 26, 2025 in 0s

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

Annotations

Check warning on line 6 in bumpversion/scm/git.py

See this annotation in the file changed.

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

bumpversion/scm/git.py#L6

Consider possible security implications associated with the subprocess module.

Check warning on line 3 in bumpversion/scm/hg.py

See this annotation in the file changed.

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

bumpversion/scm/hg.py#L3

Consider possible security implications associated with the subprocess module.

Check warning on line 67 in tests/conftest.py

See this annotation in the file changed.

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

tests/conftest.py#L67

subprocess call - check for execution of untrusted input.

Check warning on line 76 in tests/conftest.py

See this annotation in the file changed.

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

tests/conftest.py#L76

subprocess call - check for execution of untrusted input.

Check warning on line 3 in tests/test_scm/test_git.py

See this annotation in the file changed.

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

tests/test_scm/test_git.py#L3

Consider possible security implications associated with the subprocess module.

Check warning on line 221 in tests/test_scm/test_git.py

See this annotation in the file changed.

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

tests/test_scm/test_git.py#L221

subprocess call - check for execution of untrusted input.

Check warning on line 233 in tests/test_scm/test_git.py

See this annotation in the file changed.

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

tests/test_scm/test_git.py#L233

subprocess call - check for execution of untrusted input.

Check warning on line 234 in tests/test_scm/test_git.py

See this annotation in the file changed.

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

tests/test_scm/test_git.py#L234

subprocess call - check for execution of untrusted input.

Check warning on line 255 in tests/test_scm/test_git.py

See this annotation in the file changed.

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

tests/test_scm/test_git.py#L255

subprocess call - check for execution of untrusted input.