mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
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 <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f539baf01
commit
d4f430011d
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user