[Buildroot] [git commit branch/2021.02.x] package/sysdig: add SYSDIG_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sun Apr 25 06:47:22 UTC 2021


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

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

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 16770c8cb9df395038de05156ff8ac7a21270a66)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sysdig/sysdig.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sysdig/sysdig.mk b/package/sysdig/sysdig.mk
index bcbb5ce01e..08d93750ae 100644
--- a/package/sysdig/sysdig.mk
+++ b/package/sysdig/sysdig.mk
@@ -8,6 +8,7 @@ SYSDIG_VERSION = 0.23.1
 SYSDIG_SITE = $(call github,draios,sysdig,$(SYSDIG_VERSION))
 SYSDIG_LICENSE = GPL-2.0
 SYSDIG_LICENSE_FILES = COPYING
+SYSDIG_CPE_ID_VENDOR = sysdig
 SYSDIG_CONF_OPTS = -DENABLE_DKMS=OFF -DUSE_BUNDLED_DEPS=OFF
 SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
 


More information about the buildroot mailing list