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-FLASKRESTX-1583867 - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-541164 - https://snyk.io/vuln/SNYK-PYTHON-PASSLIB-569603snyk-fix-077ee7646b92258147761458ad8b3133
parent
c47d6161be
commit
6256be61b2
|
@ -6,20 +6,20 @@ 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
|
||||||
requests>=2.20.0
|
requests>=2.20.0
|
||||||
PyMySQL==0.9.3
|
PyMySQL==0.9.3
|
||||||
gunicorn==19.9.0
|
gunicorn==19.10.0
|
||||||
dataset==1.1.2
|
dataset==1.1.2
|
||||||
mistune==0.8.4
|
mistune==0.8.4
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
redis==3.3.11
|
redis==3.3.11
|
||||||
gevent==1.4.0
|
gevent==1.4.0
|
||||||
python-dotenv==0.10.3
|
python-dotenv==0.10.3
|
||||||
flask-restx==0.1.1
|
flask-restx==0.5.1
|
||||||
pathlib2==2.3.5
|
pathlib2==2.3.5
|
||||||
flask-marshmallow==0.10.1
|
flask-marshmallow==0.10.1
|
||||||
marshmallow-sqlalchemy==0.17.0
|
marshmallow-sqlalchemy==0.17.0
|
||||||
|
|
Loading…
Reference in New Issue