Skip to content

Commit ff6b9f5

Browse files
committed
chore(deps): use the fix for GHSA-hcpj-qp55-gfph (#13)
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
1 parent 1826892 commit ff6b9f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,12 @@ requirements.txt: pyproject.toml
160160
# editable mode (like the one in development here) because they may not have
161161
# a PyPI entry; also print out CVE description and potential fixes if audit
162162
# 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.
165163
.PHONY: audit
166164
audit:
167165
if ! $$(python -c "import pip_audit" &> /dev/null); then \
168166
echo "No package pip_audit installed, upgrade your environment!" && exit 1; \
169167
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
171169

172170
# Run some or all checks over the package code base.
173171
.PHONY: check check-code check-bandit check-flake8 check-lint check-mypy check-go

0 commit comments

Comments
 (0)