[Buildroot] [git commit branch/2021.02.x] package/libbson: add LIBBSON_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sun Dec 12 17:29:28 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d02928594ed7377c3b5f4ba8483f8328527b63fd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:mongodb:libbson is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 8d23efce2858232fe4e9dac417fe0e3835a57e2d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libbson/libbson.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libbson/libbson.mk b/package/libbson/libbson.mk
index 931df333ca..1ac7202830 100644
--- a/package/libbson/libbson.mk
+++ b/package/libbson/libbson.mk
@@ -8,6 +8,7 @@ LIBBSON_VERSION = 1.9.5
 LIBBSON_SITE = https://github.com/mongodb/libbson/releases/download/$(LIBBSON_VERSION)
 LIBBSON_LICENSE = Apache-2.0, MIT (jsonl), ISC (b64), Zlib (md5)
 LIBBSON_LICENSE_FILES = COPYING THIRD_PARTY_NOTICES
+LIBBSON_CPE_ID_VENDOR = mongodb
 LIBBSON_CONF_OPTS = \
 	--disable-tests \
 	--disable-examples \



More information about the buildroot mailing list