Skip to content

Commit

Permalink
fix: api/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FLASKCORS-6670412
  • Loading branch information
snyk-bot committed Aug 29, 2024
1 parent 36eb825 commit e642f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ entrypoints==0.3
flake8==3.7.9
flasgger==0.9.4
Flask==1.1.2
Flask-Cors==3.0.8
Flask-Cors==4.0.1
flask-mongoengine==0.9.5
Flask-WTF==0.14.3
importlib-metadata==1.6.0
Expand Down

0 comments on commit e642f98

Please sign in to comment.