aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb
diff options
context:
space:
mode:
authorHaiqing Bai <Haiqing.Bai@windriver.com>2020-03-13 18:19:23 +0800
committerArmin Kuster <akuster808@gmail.com>2020-03-21 19:46:18 -0700
commit6d38a12f165445a7b47f784d705ab6692c93a6b0 (patch)
treeb154d81dd7c959b2c4a74e106654fd65d7d5f207 /meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb
parent9aea795890af4de0b8e6587f1f2778109446736d (diff)
downloadmeta-openembedded-contrib-6d38a12f165445a7b47f784d705ab6692c93a6b0.tar.gz
python-urllib3/python3-urllib3: fix CVE-2020-7212
Optimize _encode_invalid_chars for a denial of service (CPU consumption) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb b/meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb
index 6c81f1db9b..9f2d2c8496 100644
--- a/meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb
@@ -1,2 +1,4 @@
inherit pypi setuptools
require python-urllib3.inc
+
+SRC_URI += "file://CVE-2020-7212.patch"