[Buildroot] [git commit] package/jquery: add JQUERY_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jan 18 20:49:08 UTC 2021


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

cpe:2.3:a:jquery:jquery is a valid CPE identifier for this package:

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

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

diff --git a/package/jquery/jquery.mk b/package/jquery/jquery.mk
index 88ab84fa05..8febed36ca 100644
--- a/package/jquery/jquery.mk
+++ b/package/jquery/jquery.mk
@@ -8,6 +8,7 @@ JQUERY_VERSION = 3.5.1
 JQUERY_SITE = http://code.jquery.com
 JQUERY_SOURCE = jquery-$(JQUERY_VERSION).min.js
 JQUERY_LICENSE = MIT
+JQUERY_CPE_ID_VENDOR = jquery
 
 define JQUERY_EXTRACT_CMDS
 	cp $(JQUERY_DL_DIR)/$(JQUERY_SOURCE) $(@D)


More information about the buildroot mailing list