From 3b5e86ac1489cb1cdc53f923a1b528e8d5fe0de6 Mon Sep 17 00:00:00 2001 From: Matt Rodgers Date: Thu, 30 Jan 2025 11:20:54 +0000 Subject: [PATCH] module: add security info to module.yml Add CPE and PURL references to module.yml for 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 ab1e2b0f6..acc3fb8b0 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -1,3 +1,7 @@ build: cmake-ext: True kconfig-ext: True +security: + external-references: + - cpe:2.3:a:w1.fi:hostapd:2.11:*:*:*:*:*:*:* + - pkg:generic/hostap@hostap_2_11?vcs_url=git://w1.fi/hostap.git