mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 22:02:22 +01:00
python3: ignore fixed CVEs
These CVEs were fixed in 3.10.15
Commit 487e8cdf1d removed patches in favor
of version upgrade, which caused the CVEs to re-appear in reports.
(From OE-Core rev: 2cf10084c56c83da3deff4e65e619afab80e08e1)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
e50d61d7df
commit
6cac0cf4fe
@@ -63,6 +63,8 @@ CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488"
|
||||
CVE_CHECK_IGNORE += "CVE-2015-20107"
|
||||
# Not an issue, in fact expected behaviour
|
||||
CVE_CHECK_IGNORE += "CVE-2023-36632"
|
||||
# Fixes are included in 3.10.15
|
||||
CVE_CHECK_IGNORE += "CVE-2023-27043 CVE-2024-6232 CVE-2024-7592"
|
||||
|
||||
PYTHON_MAJMIN = "3.10"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user