[Buildroot] [git commit] package/git: add GIT_CPE_ID_VENDOR

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


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

cpe:2.3:a:git-scm:git is a valid CPE identifier for this package:

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

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

diff --git a/package/git/git.mk b/package/git/git.mk
index 8121add711..55178de138 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -9,6 +9,7 @@ GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
+GIT_CPE_ID_VENDOR = git-scm
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
 # We're patching configure.ac
 GIT_AUTORECONF = YES


More information about the buildroot mailing list