[openwrt/openwrt] trusted-firmware-a.mk: add PKG_CPE_ID

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 3 20:13:02 EST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/104d60fe94cefc4009a9d65735afeedd46beaa5b

commit 104d60fe94cefc4009a9d65735afeedd46beaa5b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Feb 3 15:38:14 2021 +0000

    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 <daniel at makrotopia.org>
---
 include/trusted-firmware-a.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/trusted-firmware-a.mk b/include/trusted-firmware-a.mk
index ec3e4f4e6b..9f38cfd664 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



More information about the lede-commits mailing list