mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02: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: 941a645b3b18418e020ada9ebdd19f425f03dfc8) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
53801adf75
commit
7b83bbc2ff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user