From 2b8e772fc1cb0732cda3bae7d1e9d6f4cfaf63d9 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Mon, 23 Oct 2023 08:36:56 +0200 Subject: [PATCH] fix(sbom): add note about Espressif modifications Since our mbedtls code is not a pure upstream version, let's add a note about this in the SBOM manifest description, which will be included in the generated SPDX file. We used the same approach e.g. for freertos. Signed-off-by: Frantisek Hrbata --- sbom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbom.yml b/sbom.yml index 10e8db5ae..69cffda17 100644 --- a/sbom.yml +++ b/sbom.yml @@ -1,5 +1,5 @@ -version: 2.28.5 +version: 2.28.7 cpe: cpe:2.3:a:arm:mbed_tls:{}:*:*:*:*:*:*:* supplier: 'Organization: Espressif Systems (Shanghai) CO LTD' originator: 'Organization: Trusted Firmware ' -description: An open source, portable, easy to use, readable and flexible SSL library. +description: An open source, portable, easy to use, readable and flexible SSL library with additional features and patches from Espressif.