From 29ca493a1decf32650f535aef1e091712d4108f1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbom.yml b/sbom.yml index 10e8db5ae..c93d98193 100644 --- a/sbom.yml +++ b/sbom.yml @@ -2,4 +2,4 @@ version: 2.28.5 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.