[Buildroot] [git commit] package/flatbuffers: add FLATBUFFERS_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jan 14 22:19:48 UTC 2021


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

cpe:2.3:a:google:flatbuffers is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/flatbuffers/flatbuffers.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
index 6a71ea9c79..814751f30b 100644
--- a/package/flatbuffers/flatbuffers.mk
+++ b/package/flatbuffers/flatbuffers.mk
@@ -8,6 +8,7 @@ FLATBUFFERS_VERSION = 1.12.0
 FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
 FLATBUFFERS_LICENSE = Apache-2.0
 FLATBUFFERS_LICENSE_FILES = LICENSE.txt
+FLATBUFFERS_CPE_ID_VENDOR = google
 FLATBUFFERS_INSTALL_STAGING = YES
 
 FLATBUFFERS_CONF_OPTS += \


More information about the buildroot mailing list