From: Adrian Bunk Date: Thu, 5 Dec 2019 19:28:13 +0000 (+0200) Subject: python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d5b181f3b119f2bbd310dedd6d3b26e76f5944;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 One Windows-only CVE that cannot be fixed, and two CVEs where upstream agreement is that they are not vulnerabilities. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index a630c26e898..110ec315d98 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -19,6 +19,16 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P2(\.\d+)+).tar" CVE_PRODUCT = "python" +# Upstream agreement is that these are not security issues: +# https://bugs.python.org/issue32367 +CVE_CHECK_WHITELIST += "CVE-2017-17522" +# https://bugs.python.org/issue32056 +CVE_CHECK_WHITELIST += "CVE-2017-18207" + +# Windows-only, "It was determined that this is a longtime behavior +# of Python that cannot really be altered at this point." +CVE_CHECK_WHITELIST += "CVE-2015-5652" + PYTHON_MAJMIN = "2.7" inherit autotools pkgconfig