Skip to content

Commit a2c2cd1

Browse files
committed
ignore CVE that is not yet fixed in the package
See gitpython-developers/GitPython#1635
1 parent 0c8332d commit a2c2cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ commands =
2222
# find unsafe code
2323
bandit: bandit --recursive . --config pyproject.toml
2424
# find vulnerable dependencies
25-
pip-audit: pip-audit
25+
pip-audit: pip-audit \
26+
--ignore-vuln GHSA-wfm5-v35h-vwf4 # until package is updated
2627
# find unused code
2728
vulture: vulture
2829
vulture_test: vulture tests python_tool_competition_2024

0 commit comments

Comments
 (0)