From: Ross Burton Date: Wed, 17 Jul 2019 10:45:37 +0000 (+0100) Subject: flex: set CVE_PRODUCT to include vendor X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0598ccdcb31e16f1d1227197591b10ba441fcfe2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-devtools/flex/flex_2.6.0.bb index b477cd8c7f2..12ce0cb461e 100644 --- a/meta/recipes-devtools/flex/flex_2.6.0.bb +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb @@ -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"