Skip to content

Commit c07bf79

Browse files
committed
Upgrade requests to version 2.20.0. See: CVE-2018-18074
Vulnerable code is not actually used https://nvd.nist.gov/vuln/detail/CVE-2018-18074
1 parent fd22f65 commit c07bf79

File tree

3 files changed

+59
-57
lines changed

3 files changed

+59
-57
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
"ed25519" = "~=1.4"
99
mnemonic = "~=0.18"
1010
numpy = "~=1.14"
11-
requests = "~=2.18"
11+
requests = ">=2.20.0"
1212
toml = "~=0.9.4"
1313
six = "~=1.11.0"
1414
stellar-base-sseclient = "==0.0.21"

Pipfile.lock

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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
crc16==0.1.1; sys_platform != "win32" and sys_platform != "cygwin"
22
pure25519==0.0.1; sys_platform == "win32" or sys_platform == "cygwin"
33
ed25519==1.4; sys_platform != "win32" and sys_platform != "cygwin"
4-
requests==2.19.1
4+
requests==2.20.0
55
six==1.11.0
66
stellar-base-sseclient==0.0.21
77
numpy==1.15.0

0 commit comments

Comments
 (0)