From ab2e0f8897206b81525761ebf4455dc4183db17a 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 822fd2097e..c389302dd9 100644 --- a/sbom.yml +++ b/sbom.yml @@ -1,5 +1,5 @@ -version: 3.5.0 +version: 3.6.0 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.