Skip to content

Commit 77b1244

Browse files
ceolinvaleriosetti
authored andcommitted
[zep noup] zephyr: Add security SBOM info and add module name
Change PURL and CPE information in the module package for 3.6.5. The module name is now explicitly set in module.yml, this ensures that building with e.g. cmake does not fail when the directory name is different (default name if unset is directory name). Signed-off-by: Valerio Setti <[email protected]>
1 parent 571deaa commit 77b1244

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

zephyr/module.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: mbedtls
2+
build:
3+
cmake-ext: True
4+
kconfig-ext: True
5+
security:
6+
external-references:
7+
- cpe:2.3:a:arm:mbed_tls:3.6.5:*:*:*:*:*:*:*
8+
- pkg:github/Mbed-TLS/[email protected]

0 commit comments

Comments
 (0)