package/git: add GIT_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Jan 2021 11:56:12 +0000 (12:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Jan 2021 13:53:28 +0000 (14:53 +0100)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/git/git.mk

index 8121add711e2bdd36af9a171bdae1095a59c09b0..55178de13896f19d7fa7b119af2e04985c53c509 100644 (file)
@@ -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