Skip to content

Commit 7f44f62

Browse files
author
Brad Porter
authored
Merge pull request #61 from iovation/bump-urllib-for-cve
Ensure CVE-2019-11324 is mitigated.
2 parents dbd2143 + 0538aab commit 7f44f62

File tree

2 files changed

+83
-81
lines changed

2 files changed

+83
-81
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ verify_ssl = true
55

66
[packages]
77
launchkey = {path = ".", editable = true}
8+
urllib3 = ">= 1.24.2" # Ensure CVE-2019-11324 is mitigated
89

910
[dev-packages]
1011
# From setup.py tests_require to lock testing requirements

Pipfile.lock

+82-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)