Skip to content

Commit

Permalink
toolchain: musl: add PKG_CPE_ID
Browse files Browse the repository at this point in the history
Vulnerabilities of musl libc are tracked as
cpe:/a:musl-libc:musl

Signed-off-by: Arne Zachlod <[email protected]>
  • Loading branch information
Arne Zachlod authored and lynxis committed Sep 27, 2023
1 parent 0ba56ae commit ba9b93d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/musl/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba9b93d

Please sign in to comment.