[openwrt/openwrt] jansson: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:41 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f93795cd9068457053ee384df27fe4ed63f0d746
commit f93795cd9068457053ee384df27fe4ed63f0d746
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:04:57 2022 +0200
jansson: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/jansson/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/jansson/Makefile b/package/libs/jansson/Makefile
index 6de48c1d86..d8567ed79a 100644
--- a/package/libs/jansson/Makefile
+++ b/package/libs/jansson/Makefile
@@ -17,6 +17,7 @@ PKG_HASH:=c739578bf6b764aa0752db9a2fdadcfe921c78f1228c7ec0bb47fa804c55d17b
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:jansson_project:jansson
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
More information about the lede-commits
mailing list