diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-24 13:37:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-25 22:23:25 +0000 |
| commit | 459702c8cd84c5225ce336d09e3df249ec132a9e (patch) | |
| tree | 4fbb4c06313cb6f05e59a5118e376433cffef086 /meta/recipes-graphics | |
| parent | 6dd306b88d6e16286e7aaa050b631c4dac7fbfd9 (diff) | |
| download | poky-459702c8cd84c5225ce336d09e3df249ec132a9e.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: fd4ec5a5318b36af0a9a0a097a5b1f1de44a8edf)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/builder/builder_0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index 7719b783c2..39abaf31ce 100644 --- a/meta/recipes-graphics/builder/builder_0.1.bb +++ b/meta/recipes-graphics/builder/builder_0.1.bb | |||
| @@ -29,4 +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 | CVE_STATUS[CVE-2008-4178] = "cpe-incorrect: This CVE is for an unrelated builder" | 32 | # do not report CVEs for other builder apps |
| 33 | CVE_PRODUCT = "yoctoproject:builder" | ||
