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-MISTUNE-2328096snyk-fix-d9ddd63ed2f26932646cb62d8da620f2
parent
c47d6161be
commit
6d26b91192
|
@ -14,7 +14,7 @@ requests>=2.20.0
|
||||||
PyMySQL==0.9.3
|
PyMySQL==0.9.3
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
dataset==1.1.2
|
dataset==1.1.2
|
||||||
mistune==0.8.4
|
mistune==2.0.1
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
redis==3.3.11
|
redis==3.3.11
|
||||||
gevent==1.4.0
|
gevent==1.4.0
|
||||||
|
|
Loading…
Reference in New Issue