[oe-commits] [openembedded-core] 15/15: python/python3: Whitelist CVE-2019-18348

git at git.openembedded.org git at git.openembedded.org
Fri Dec 6 22:54:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 57bce17f96c2034bd0e6371525418d7900b70ecf
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Fri Dec 6 17:39:47 2019 +0200

    python/python3: Whitelist CVE-2019-18348
    
    This is not exploitable when glibc has CVE-2016-10739 fixed,
    which is fixed in the upstream version since warrior.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python.inc       | 3 +++
 meta/recipes-devtools/python/python3_3.8.0.bb | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index 110ec31..19a2f3e 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -29,6 +29,9 @@ CVE_CHECK_WHITELIST += "CVE-2017-18207"
 # of Python that cannot really be altered at this point."
 CVE_CHECK_WHITELIST += "CVE-2015-5652"
 
+# This is not exploitable when glibc has CVE-2016-10739 fixed.
+CVE_CHECK_WHITELIST += "CVE-2019-18348"
+
 PYTHON_MAJMIN = "2.7"
 
 inherit autotools pkgconfig
diff --git a/meta/recipes-devtools/python/python3_3.8.0.bb b/meta/recipes-devtools/python/python3_3.8.0.bb
index 1feaebe..92f6527 100644
--- a/meta/recipes-devtools/python/python3_3.8.0.bb
+++ b/meta/recipes-devtools/python/python3_3.8.0.bb
@@ -42,6 +42,9 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
 
 CVE_PRODUCT = "python"
 
+# This is not exploitable when glibc has CVE-2016-10739 fixed.
+CVE_CHECK_WHITELIST += "CVE-2019-18348"
+
 PYTHON_MAJMIN = "3.8"
 
 S = "${WORKDIR}/Python-${PV}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list