Skip to content

Commit

Permalink
HOTFIX - Ignore dependency vulnerability Gunicorn 22.0.0 (#1932)
Browse files Browse the repository at this point in the history
HOTFIX - Ignore dependency vulnerability Gunicorn 22.0.0 (#1932)
  • Loading branch information
MackHalliday authored Aug 13, 2024
1 parent ecbbe09 commit aa97700
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,8 +33,9 @@ install-safety:
check-dependencies: install-safety ## Scan dependencies for security vulnerabilities
# 12 Dec 2023: 51668 is fixed with >= 2.0.0b1 of SQLAlchemy. Ongoing refactor to upgrade.
# 6 June 2024: 70612 vulnerability found with jinja2 version 3.1.3
# 14 Aug 2024: 71600 found in gunicorn version 22.0.0, will be addressed in regular dependencies update

safety check -r poetry.lock --full-report -i 51668,70612
safety check -r poetry.lock --full-report -i 51668,70612,71600

.PHONY:
help \
Expand Down

0 comments on commit aa97700

Please sign in to comment.