File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,14 +225,14 @@ requirements.txt: pyproject.toml
225
225
# editable mode (like the one in development here) because they may not have
226
226
# a PyPI entry; also print out CVE description and potential fixes if audit
227
227
# found an issue.
228
- # TODO: do not ignore GHSA-pr76-5cm5-w9cj once the patch is out.
228
+ # TODO: do not ignore CVE-2023-40267 once the patch is out.
229
229
# See: https://github.com/ishepard/pydriller/issues/280
230
230
.PHONY : audit
231
231
audit :
232
232
if ! $$ (python -c " import pip_audit" & > /dev/null); then \
233
233
echo " No package pip_audit installed, upgrade your environment!" && exit 1; \
234
234
fi ;
235
- python -m pip_audit --skip-editable --desc on --fix --dry-run --ignore-vuln GHSA-pr76-5cm5-w9cj
235
+ python -m pip_audit --skip-editable --desc on --fix --dry-run --ignore-vuln CVE-2023-40267
236
236
237
237
# Run some or all checks over the package code base.
238
238
.PHONY : check check-code check-bandit check-flake8 check-lint check-mypy check-go check-actionlint
You can’t perform that action at this time.
0 commit comments