mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
gcc-shared-source: ignore CVE-2023-4039
Concept of gcc-source prevents cve-check to detect existing CVE patch file. So ignore this CVE in all recipes using gcc-source via this include file. (From OE-Core rev: 04511734c6dc8c7dda3a943b385cd273d012d8c7) 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
89c57d3ff1
commit
d803ca6531
@@ -19,3 +19,6 @@ do_deploy_source_date_epoch () {
|
||||
cp -p $(dirname ${S})/$sde_file ${SDE_DEPLOYDIR}
|
||||
cp -p $(dirname ${S})/$sde_file ${SDE_FILE}
|
||||
}
|
||||
|
||||
# patch is available via gcc-source recipe
|
||||
CVE_CHECK_IGNORE += "CVE-2023-4039"
|
||||
|
||||
Reference in New Issue
Block a user