Skip to content

Commit

Permalink
Add safety exclude for #73889,73969 (inapplicable werkzeug CVEs)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Nov 29, 2024
1 parent b7bda4f commit 71b5b86
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 71b5b86

Please sign in to comment.