Skip to content

Commit

Permalink
Hotfix to ignore Safety vulnerability 61893 (urllib3) (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled authored Nov 20, 2023
1 parent 9535414 commit a40552c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ check-dependencies: install-safety ## Scan dependencies for security vulnerabili
# Ignored issues not described here are documented in requirements-app.txt.
# 7 Nov 2023: 61601 is fixed with urllib3 >=1.26.17, which is currently limited by the botocore version.
# 8 Nov 2023: 61657 & 61661 are fixed with aiohttp >=3.8.6.
safety check -r requirements.txt --full-report -i 51668 -i 59234 -i 61601 -i 61657 -i 61661
# 20 Nov 2023: 61893 is fixed with urllib3 >=1.26.18, which is currently limited by the botocore version.
safety check -r requirements.txt --full-report -i 51668 -i 59234 -i 61601 -i 61657 -i 61661 -i 61893

.PHONY:
help \
Expand Down

0 comments on commit a40552c

Please sign in to comment.