File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -160,14 +160,12 @@ requirements.txt: pyproject.toml
160
160
# editable mode (like the one in development here) because they may not have
161
161
# a PyPI entry; also print out CVE description and potential fixes if audit
162
162
# found an issue.
163
- # TODO: do not ignore GHSA-hcpj-qp55-gfph once the patch is out.
164
- # See: https://github.com/gitpython-developers/GitPython/issues/1515.
165
163
.PHONY : audit
166
164
audit :
167
165
if ! $$ (python -c " import pip_audit" & > /dev/null); then \
168
166
echo " No package pip_audit installed, upgrade your environment!" && exit 1; \
169
167
fi ;
170
- python -m pip_audit --skip-editable --desc on --fix --dry-run --ignore-vuln GHSA-hcpj-qp55-gfph
168
+ python -m pip_audit --skip-editable --desc on --fix --dry-run
171
169
172
170
# Run some or all checks over the package code base.
173
171
.PHONY : check check-code check-bandit check-flake8 check-lint check-mypy check-go
You can’t perform that action at this time.
0 commit comments