mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Flask security update
The Pallets Project Flask before 1.0 is affected by: unexpected memory usage. The impact is: denial of service. The attack vector is: crafted encoded JSON data. The fixed version is: 1. NOTE: this may overlap CVE-2018-1000656. Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
parent
4a008e51e3
commit
7f30c658a0
2
setup.py
2
setup.py
@ -77,7 +77,7 @@ install_requires = [
|
|||||||
'cryptoconditions==0.8.0',
|
'cryptoconditions==0.8.0',
|
||||||
'python-rapidjson~=0.6.0',
|
'python-rapidjson~=0.6.0',
|
||||||
'logstats~=0.2.1',
|
'logstats~=0.2.1',
|
||||||
'flask~=0.12.4',
|
'flask==1.0.0',
|
||||||
'flask-cors~=3.0.0',
|
'flask-cors~=3.0.0',
|
||||||
'flask-restful~=0.3.0',
|
'flask-restful~=0.3.0',
|
||||||
'requests~=2.20.0',
|
'requests~=2.20.0',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user