Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libuci: add LIBUCI_CPE_ID_VENDOR
@ 2021-07-17 21:48 Fabrice Fontaine
  2021-07-17 21:48 ` [Buildroot] [PATCH 2/2] package/libuci: ignore CVE-2019-15513 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2021-07-17 21:48 UTC (permalink / raw)
  To: buildroot

cpe:2.3:a:openwrt:libuci is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libuci/libuci.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk
index b7fd2ddb66..ae70b6f2af 100644
--- a/package/libuci/libuci.mk
+++ b/package/libuci/libuci.mk
@@ -9,6 +9,7 @@ LIBUCI_SITE = https://git.openwrt.org/project/uci.git
 LIBUCI_SITE_METHOD = git
 LIBUCI_LICENSE = LGPL-2.1, GPL-2.0 (tools)
 LIBUCI_LICENSE_FILES = cli.c libuci.c
+LIBUCI_CPE_ID_VENDOR = openwrt
 LIBUCI_INSTALL_STAGING = YES
 LIBUCI_DEPENDENCIES = libubox
 
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-03 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-17 21:48 [Buildroot] [PATCH 1/2] package/libuci: add LIBUCI_CPE_ID_VENDOR Fabrice Fontaine
2021-07-17 21:48 ` [Buildroot] [PATCH 2/2] package/libuci: ignore CVE-2019-15513 Fabrice Fontaine
2021-07-18  7:48   ` Yann E. MORIN
2021-08-03 20:44   ` Peter Korsgaard
2021-07-18  7:47 ` [Buildroot] [PATCH 1/2] package/libuci: add LIBUCI_CPE_ID_VENDOR Yann E. MORIN
2021-08-03 20:44 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox