Skip to content

Commit

Permalink
#1798 - Dependency Updates (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan authored Jun 17, 2024
1 parent 63ee938 commit b95011b
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 414 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ 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: 70624 will be resolved with ticket #1794
# 6 June 2024: 70624 will be resolved with ticket #1794 - flask-cors
# 6 June 2024: 70612 vulnerability found with jinja2 version 3.1.3
# 14 June 2024: 70813 Vulnerability found in flask-cors version 4.0.0

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

.PHONY:
help \
Expand Down
Loading

0 comments on commit b95011b

Please sign in to comment.