From: Daniel Golle Date: Wed, 3 Feb 2021 15:38:14 +0000 (+0000) Subject: trusted-firmware-a.mk: add PKG_CPE_ID X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=104d60fe94cefc4009a9d65735afeedd46beaa5b;p=openwrt%2Fstaging%2Frmilecki.git trusted-firmware-a.mk: add PKG_CPE_ID Vulnerabilities of Trusted Firmware A are tracked as cpe:/a:arm:arm_trusted_firmware Signed-off-by: Daniel Golle --- diff --git a/include/trusted-firmware-a.mk b/include/trusted-firmware-a.mk index ec3e4f4e6b5..9f38cfd6646 100644 --- a/include/trusted-firmware-a.mk +++ b/include/trusted-firmware-a.mk @@ -1,4 +1,5 @@ PKG_NAME ?= trusted-firmware-a +PKG_CPE_ID ?= cpe:/a:arm:arm_trusted_firmware ifndef PKG_SOURCE_PROTO PKG_SOURCE = trusted-firmware-a-$(PKG_VERSION).tar.gz