diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-24 13:38:45 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-06 05:50:25 -0800 |
| commit | b2ffc21086fca69eef8e062cc0c03656d04b751a (patch) | |
| tree | 9e55d0a5003def75555c771e8027d96adf1e575e | |
| parent | 1cb4e6a502e25d526f780100eb09507b5b6b75eb (diff) | |
| download | poky-b2ffc21086fca69eef8e062cc0c03656d04b751a.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: 408c987e9134180616f27ae5df3f59166eeaa6d9)
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.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 52c9351f93..709a0b4608 100644 --- a/meta/recipes-graphics/builder/builder_0.1.bb +++ b/meta/recipes-graphics/builder/builder_0.1.bb | |||
| @@ -28,4 +28,5 @@ do_install () { | |||
| 28 | chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh | 28 | chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | CVE_STATUS[CVE-2008-4178] = "cpe-incorrect: This CVE is for an unrelated builder" | 31 | # do not report CVEs for other builder apps |
| 32 | CVE_PRODUCT = "yoctoproject:builder" | ||
