From 7b83bbc2ff9ce3430dae4d97f70c5ee15bf44252 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 24 Nov 2024 13:39:35 +0100 Subject: [PATCH] builder: set CVE_PRODUCT Builder is a common word and there are many other builder components which makes us to ignore CVEs for all of them. There is already 1 ignored and currently 3 new ones. Instead, set product to yocto to filter them. (From OE-Core rev: 941a645b3b18418e020ada9ebdd19f425f03dfc8) Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-graphics/builder/builder_0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index 39be3bd63f..719db90530 100644 --- a/meta/recipes-graphics/builder/builder_0.1.bb +++ b/meta/recipes-graphics/builder/builder_0.1.bb @@ -29,5 +29,5 @@ do_install () { chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh } -# -4178 is an unrelated 'builder' -CVE_CHECK_IGNORE = "CVE-2008-4178" +# do not report CVEs for other builder apps +CVE_PRODUCT = "yoctoproject:builder"