From 6d38a12f165445a7b47f784d705ab6692c93a6b0 Mon Sep 17 00:00:00 2001 From: Haiqing Bai Date: Fri, 13 Mar 2020 18:19:23 +0800 Subject: python-urllib3/python3-urllib3: fix CVE-2020-7212 Optimize _encode_invalid_chars for a denial of service (CPU consumption) Signed-off-by: Haiqing Bai Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-urllib3_1.25.6.bb') 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" -- cgit 1.2.3-korg