mirror of https://github.com/JohnHammond/CTFd.git
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936snyk-fix-28f8c905d85740d8cb0f227e2f526343
parent
c47d6161be
commit
7388a0cba9
|
@ -1,5 +1,5 @@
|
|||
Flask==1.1.1
|
||||
Werkzeug==0.16.0
|
||||
Werkzeug==2.2.3
|
||||
Flask-SQLAlchemy==2.4.1
|
||||
Flask-Caching==1.4.0
|
||||
Flask-Migrate==2.5.2
|
||||
|
|
Loading…
Reference in New Issue