Skip to content

Commit

Permalink
Merge pull request #7361 from freedomofpress/safety-wekzeug-73889
Browse files Browse the repository at this point in the history
Add safety exclude for #73889,73969 (inapplicable werkzeug CVEs)
  • Loading branch information
rocodes authored Dec 2, 2024
2 parents b7bda4f + 71b5b86 commit cc9bea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 71684 \
--ignore 73302 \
--ignore 73711 \
--ignore 73889 \
--ignore 73969 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit cc9bea3

Please sign in to comment.