From 086ed4af2a830fb2ea3a5f7db2dc04cfe9aab3eb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Nov 2020 10:38:10 +0000 Subject: python3: add CVE-2007-4559 to whitelist This issue describes expected behaviour, do not use tarfile with untrusted data. (From OE-Core rev: 391ed53928db0df325798a0bce18ec6947e09ddd) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit f4c22e83f2e68ff157da5ea1303acc2931d63f5f) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.8.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb index 3720b364bb..f09a3c1d6e 100644 --- a/meta/recipes-devtools/python/python3_3.8.5.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb @@ -50,6 +50,8 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" CVE_PRODUCT = "python" +# Upstream consider this expected behaviour +CVE_CHECK_WHITELIST += "CVE-2007-4559" # This is not exploitable when glibc has CVE-2016-10739 fixed. CVE_CHECK_WHITELIST += "CVE-2019-18348" -- cgit v1.2.3-54-g00ecf