transifex / transifex-client

The Transifex command-line tool.
https://www.transifex.com/
GNU General Public License v2.0
135 stars 75 forks source link

Security related update for urllib3 #261

Closed diegobz closed 5 years ago

diegobz commented 5 years ago

Bump of urllib3 version due to security update.

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.