]> code.ossystems Code Review - openembedded-core.git/commitdiff
flex: set CVE_PRODUCT to include vendor
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Nov 2019 21:44:38 +0000 (23:44 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sun, 24 Nov 2019 16:55:09 +0000 (08:55 -0800)
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/flex/flex_2.6.0.bb

index b477cd8c7f22b94829de11df2a3cfaf76b4ef305..12ce0cb461e2ef0dbcf017eb6a464c30e723f4ba 100644 (file)
@@ -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"