mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
flex: set CVE_PRODUCT to include vendor
There are many projects called Flex and they have CVEs, so also set the vendor to remove these false positives. (From OE-Core rev: 0598ccdcb31e16f1d1227197591b10ba441fcfe2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a78725c81f
commit
7f5f884e55
@@ -68,3 +68,6 @@ do_install_ptest() {
|
||||
-e 's/^builddir = \(.*\)/builddir = ./' -e 's/^top_builddir = \(.*\)/top_builddir = ./' \
|
||||
-i ${D}${PTEST_PATH}/Makefile
|
||||
}
|
||||
|
||||
# Not Apache Flex, or Adobe Flex, or IBM Flex.
|
||||
CVE_PRODUCT = "flex_project:flex"
|
||||
|
||||
Reference in New Issue
Block a user