]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: add CVE-2007-4559 to whitelist
authorRoss Burton <ross@burtonini.com>
Thu, 19 Nov 2020 10:38:10 +0000 (10:38 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 25 Nov 2020 15:02:35 +0000 (23:02 +0800)
This issue describes expected behaviour, do not use tarfile with
untrusted data.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f4c22e83f2e68ff157da5ea1303acc2931d63f5f)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/python/python3_3.8.5.bb

index 3720b364bb3ba40763ead37915364184a9067300..f09a3c1d6e23bcef715e28cf84403ec419df3915 100644 (file)
@@ -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"