]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2020 10:27:38 +0000 (10:27 +0000)
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>
meta/recipes-devtools/python/python3_3.9.0.bb

index d29a779a81588b1946af5465447ca617c8edcd70..19a8950f15980112456b5bbf1a47ed0cd1cb0f64 100644 (file)
@@ -46,6 +46,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"