fix docs vulnerability in pyyaml (#1324)

CVE-2017-18342 https://nvd.nist.gov/vuln/detail/CVE-2017-18342

high severity
Vulnerable versions: < 4.2b1
Patched version: 4.2b1

In PyYAML before 4.1, the yaml.load() API could execute arbitrary code. In other words, yaml.safe_load is not used.
This commit is contained in:
Rikin Kachhia 2019-01-07 15:13:53 +05:30 committed by Shahidh K Muhammed
parent b04539bfe6
commit 4470c34fe1

View File

@ -17,7 +17,7 @@ pathtools==0.1.2
port-for==0.3.1
Pygments==2.2.0
pytz==2017.2
PyYAML==3.13
PyYAML==4.2b1
requests-file==1.4.2
requests==2.20.0
six==1.11.0