Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e55d295

Browse files
committedJun 21, 2021
Upgrade urllib3 to version 1.25.9 or later.
urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116. GHSA-wqvq-5m8c-6g24
1 parent 5e1dcea commit e55d295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎files/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
urllib3>=1.24.2,<1.25
1+
urllib3>=1.25.9
22
boto
33
PyYAML
44
six >= 1.7

0 commit comments

Comments
 (0)
Please sign in to comment.