[openwrt/openwrt] mtd-utils: add PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 6 08:38:46 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/45990ff76e209b72438575368cd29576f652778f

commit 45990ff76e209b72438575368cd29576f652778f
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 18:19:37 2022 +0200

    mtd-utils: add PKG_CPE_ID
    
    Add CPE ID for tracking CVEs.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/utils/mtd-utils/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile
index 74380022a5..2f54b3ad0d 100644
--- a/package/utils/mtd-utils/Makefile
+++ b/package/utils/mtd-utils/Makefile
@@ -24,6 +24,7 @@ PKG_BUILD_DEPENDS:=util-linux
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=
+PKG_CPE_ID:=cpe:/a:mtd-utils_project:mtd-utils
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 




More information about the lede-commits mailing list