From d803ca653139aa2d6acb4f99469c76a9d232b307 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 4 Feb 2024 21:39:29 +0100 Subject: [PATCH] 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 Signed-off-by: Steve Sakoman --- meta/recipes-devtools/gcc/gcc-shared-source.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc b/meta/recipes-devtools/gcc/gcc-shared-source.inc index 03f520b093..7aa1c22bf0 100644 --- a/meta/recipes-devtools/gcc/gcc-shared-source.inc +++ b/meta/recipes-devtools/gcc/gcc-shared-source.inc @@ -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"