Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Fix upstream CVE-2019-11324 issue
Browse files Browse the repository at this point in the history
Urllib3 had CVE-2019-11324 that `requests` uses so we now pin for the
fixed version to ensure we don't get the faulty dependency.

Upstream: https://github.com/kennethreitz/requests/issues/5065
  • Loading branch information
sgnn7 committed Apr 30, 2019
1 parent 49b9052 commit 33f1781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pylint>=2.3.1
PyInstaller>=3.4
PyYAML>=3.13
requests>=2.21.0

# https://github.com/kennethreitz/requests/issues/5065
urllib3>=1.24.2,<1.25

0 comments on commit 33f1781

Please sign in to comment.