package/python-urllib3: security bump to 1.25.9
authorMatt Weber <matthew.weber@rockwellcollins.com>
Tue, 14 Jul 2020 20:02:02 +0000 (15:02 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 Jul 2020 20:09:54 +0000 (22:09 +0200)
commitfc57db8401b806494ceeb20e4c91d2be8a8456eb
tree999a63674b23fc4ec6f24a522c23b579a3fb57f4
parent5a393677314dfdaa6a4bd6a847b642ae54517538
package/python-urllib3: security bump to 1.25.9

Fixes CVE-2020-7212 (1.25.2 - 1.25.7)
The _encode_invalid_chars function does not remove duplicate percent
encodings in the _percent_encodings array, which combined with the
normalization step could take O(N^2) time to compute for a URL of
length N. This results in a marginally higher CPU consumption
compared to the potential linear time achieved by deduplicating
the _percent_encodings array.

CC: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-urllib3/python-urllib3.hash
package/python-urllib3/python-urllib3.mk