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-PASSLIB-569603snyk-fix-01db22ad98fc211deb7f51194e5f3e03
parent
c47d6161be
commit
50176c64bc
|
@ -6,7 +6,7 @@ Flask-Migrate==2.5.2
|
||||||
Flask-Script==2.0.6
|
Flask-Script==2.0.6
|
||||||
SQLAlchemy==1.3.11
|
SQLAlchemy==1.3.11
|
||||||
SQLAlchemy-Utils==0.36.0
|
SQLAlchemy-Utils==0.36.0
|
||||||
passlib==1.7.2
|
passlib==1.7.3
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
six==1.13.0
|
six==1.13.0
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
|
|
Loading…
Reference in New Issue