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-1583867snyk-fix-b3bde7060d7d2d0fe1b8f565cc7765d2
parent
c47d6161be
commit
197164bcc5
|
@ -19,7 +19,7 @@ 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