[Buildroot] [git commit] package/bison: add BISON_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Tue Feb 9 09:54:33 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=24401221d25f251802c36aa8d819f36556e5fa71
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

cpe:2.3:a:gnu:bison is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnu%3Abison

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bison/bison.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 70111a8d62..efd75afd66 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -9,6 +9,7 @@ BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPL-3.0+
 BISON_LICENSE_FILES = COPYING
+BISON_CPE_ID_VENDOR = gnu
 # parallel build issue in examples/c/reccalc/
 BISON_MAKE = $(MAKE1)
 HOST_BISON_DEPENDENCIES = host-m4


More information about the buildroot mailing list