byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Vulnerability in urllib #172

Closed bjschoenfeld closed 5 years ago

bjschoenfeld commented 5 years ago

https://github.com/byu-dml/metalearn/network/alert/openml_requirements.txt/urllib3/open

1 urllib3 vulnerability found in openml_requirements.txt an hour ago Remediation Upgrade urllib3 to version 1.24.2 or later. For example:

urllib3>=1.24.2 Always verify the validity and compatibility of suggestions with your codebase.

Details CVE-2019-11324 More information high severity Vulnerable versions: < 1.24.2 Patched version: 1.24.2 The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.