summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-11-24 13:39:35 +0100
committerSteve Sakoman <steve@sakoman.com>2024-12-02 06:23:20 -0800
commit7b83bbc2ff9ce3430dae4d97f70c5ee15bf44252 (patch)
tree2dfbdf8ebe686b07a7a4812eb9f3ee0b22e12b55
parent53801adf752419eb84504f007af4fdbe0cd43ce1 (diff)
downloadpoky-7b83bbc2ff9ce3430dae4d97f70c5ee15bf44252.tar.gz
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 <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-graphics/builder/builder_0.1.bb4
1 files 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 () {
29 chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh 29 chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh
30} 30}
31 31
32# -4178 is an unrelated 'builder' 32# do not report CVEs for other builder apps
33CVE_CHECK_IGNORE = "CVE-2008-4178" 33CVE_PRODUCT = "yoctoproject:builder"