From: Ross Burton Date: Tue, 22 Mar 2022 11:19:48 +0000 (+0000) Subject: python3: ignore CVE-2022-26488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d966a07d1f04aa76a4970d4af141f817197be0d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: ignore CVE-2022-26488 This CVE is specific to Microsoft Windows, so we can ignore it. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni (cherry picked from commit 2bd3c5a93988140d9927340b3af68785ae03db65) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/python/python3_3.8.13.bb b/meta/recipes-devtools/python/python3_3.8.13.bb index 112ebec4c17..d7f6e9155de 100644 --- a/meta/recipes-devtools/python/python3_3.8.13.bb +++ b/meta/recipes-devtools/python/python3_3.8.13.bb @@ -56,7 +56,7 @@ CVE_CHECK_WHITELIST += "CVE-2007-4559" CVE_CHECK_WHITELIST += "CVE-2019-18348" # This is windows only issue. -CVE_CHECK_WHITELIST += "CVE-2020-15523" +CVE_CHECK_WHITELIST += "CVE-2020-15523 CVE-2022-26488" PYTHON_MAJMIN = "3.8"