[Buildroot] [git commit] package/patch: add PATCH_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jan 17 13:53:23 UTC 2021


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

cpe:2.3:a:gnu:patch 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%3Apatch

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

diff --git a/package/patch/patch.mk b/package/patch/patch.mk
index b7f5bac05a..6f83d2418c 100644
--- a/package/patch/patch.mk
+++ b/package/patch/patch.mk
@@ -9,6 +9,7 @@ PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz
 PATCH_SITE = $(BR2_GNU_MIRROR)/patch
 PATCH_LICENSE = GPL-3.0+
 PATCH_LICENSE_FILES = COPYING
+PATCH_CPE_ID_VENDOR = gnu
 
 # 0001-Fix-segfault-with-mangled-rename-patch.patch
 PATCH_IGNORE_CVES += CVE-2018-6951


More information about the buildroot mailing list