Skip to content

Replace GitPython with lightweight Git wrapper - #26

Open
itisFarzin wants to merge 2 commits into
mainfrom
refactor/drop-gitpython
Open

Replace GitPython with lightweight Git wrapper#26
itisFarzin wants to merge 2 commits into
mainfrom
refactor/drop-gitpython

refactor(git): switch to subprocess.check_output

74c22ce
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 27, 2026 in 0s

3 new issues (0 max.) of at least severity.

Annotations

Check notice on line 2 in src/composekit/utils/git.py

See this annotation in the file changed.

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

src/composekit/utils/git.py#L2

Consider possible security implications associated with the subprocess module.

Check failure on line 18 in src/composekit/utils/git.py

See this annotation in the file changed.

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

src/composekit/utils/git.py#L18

Detected subprocess function 'check_output' without a static string.

Check warning on line 18 in src/composekit/utils/git.py

See this annotation in the file changed.

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

src/composekit/utils/git.py#L18

subprocess call - check for execution of untrusted input.