mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
1cb4e6a502
commit
b2ffc21086
|
|
@ -28,4 +28,5 @@ do_install () {
|
|||
chown builder.builder ${D}${sysconfdir}/mini_x/session.d/builder_session.sh
|
||||
}
|
||||
|
||||
CVE_STATUS[CVE-2008-4178] = "cpe-incorrect: This CVE is for an unrelated builder"
|
||||
# do not report CVEs for other builder apps
|
||||
CVE_PRODUCT = "yoctoproject:builder"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user