From b67ede4d82aa865a9ae2e9bc8de109b48932ed99 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 5 Dec 2019 21:28:14 +0200 Subject: 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. (From OE-Core rev: a26ac2921a1ad96959364223920402082ccd1d61) Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.7.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/python/python3_3.7.5.bb') diff --git a/meta/recipes-devtools/python/python3_3.7.5.bb b/meta/recipes-devtools/python/python3_3.7.5.bb index 137b540dba..f6a1fc76e3 100644 --- a/meta/recipes-devtools/python/python3_3.7.5.bb +++ b/meta/recipes-devtools/python/python3_3.7.5.bb @@ -46,6 +46,9 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\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.7" PYTHON_BINABI = "${PYTHON_MAJMIN}m" -- cgit v1.2.3-54-g00ecf