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 committed Sep 27, 2023
1 parent 0ab1007 commit 41d3d25
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:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://musl.libc.org/releases/
PKG_HASH:=1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
PKG_CPE_ID:=cpe:/a:musl-libc:musl

LIBC_SO_VERSION:=$(PKG_VERSION)
PATCH_DIR:=$(PATH_PREFIX)/patches
Expand Down

0 comments on commit 41d3d25

Please sign in to comment.