From 57b42a6f0fffdd852856d35b242f2fa10def8231 Mon Sep 17 00:00:00 2001 From: Matt Rodgers Date: Thu, 30 Jan 2025 10:20:22 +0000 Subject: [PATCH] module: add security info to module.yml Add CPE and PURL references to module.yml file for use by Zephyr's SPDX generation tool Signed-off-by: Matt Rodgers --- zephyr/module.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/module.yml b/zephyr/module.yml index 29d83a210a..1311345328 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -3,3 +3,7 @@ name: trusted-firmware-a build: cmake-ext: True kconfig-ext: True +security: + external-references: + - cpe:2.3:o:arm:trusted_firmware-a:2.10.4:*:*:*:lts:*:*:* + - pkg:github/ARM-software/arm-trusted-firmware@lts-v2.10.4