[openwrt/openwrt] toolchain: musl: add PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 14 13:39:59 PDT 2023


lynxis pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/66315993445c8dbd29a5b7a16d3761edebf074d9

commit 66315993445c8dbd29a5b7a16d3761edebf074d9
Author: Arne Zachlod <arne at nerdkeller.org>
AuthorDate: Wed Sep 13 18:20:03 2023 +0200

    toolchain: musl: add PKG_CPE_ID
    
    Vulnerabilities of musl libc are tracked as
    cpe:/a:musl-libc:musl
    
    Signed-off-by: Arne Zachlod <arne at nerdkeller.org>
---
 toolchain/musl/common.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk
index 0901fe7d6f..94444eaf75 100644
--- a/toolchain/musl/common.mk
+++ b/toolchain/musl/common.mk
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://musl.libc.org/releases/
 PKG_HASH:=7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039
+PKG_CPE_ID:=cpe:/a:musl-libc:musl
 
 LIBC_SO_VERSION:=$(PKG_VERSION)
 PATCH_DIR:=$(PATH_PREFIX)/patches




More information about the lede-commits mailing list