From d4f430011dee3c067b648d7295923c159906e00e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 22 Mar 2022 11:19:48 +0000 Subject: python3: ignore CVE-2022-26488 This CVE is specific to Microsoft Windows, so we can ignore it. (From OE-Core rev: 2bd3c5a93988140d9927340b3af68785ae03db65) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.10.2.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb index 32da2a12c8..227a72d395 100644 --- a/meta/recipes-devtools/python/python3_3.10.2.bb +++ b/meta/recipes-devtools/python/python3_3.10.2.bb @@ -52,9 +52,8 @@ CVE_PRODUCT = "python" CVE_CHECK_IGNORE += "CVE-2007-4559" # This is not exploitable when glibc has CVE-2016-10739 fixed. CVE_CHECK_IGNORE += "CVE-2019-18348" - -# This is windows only issue. -CVE_CHECK_IGNORE += "CVE-2020-15523" +# These are specific to Microsoft Windows +CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" PYTHON_MAJMIN = "3.10" -- cgit v1.2.3-54-g00ecf