From f07097d740dd15e8d9974fc86270582348ade6ad Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 14 Sep 2023 08:18:35 +0200 Subject: [PATCH] Add sbom descripton file for Software BOM This file is used by the esp-idf-sbom tool to generate an SBOM file in the SPDX format for esp-idf projects. --- sbom.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sbom.yml diff --git a/sbom.yml b/sbom.yml new file mode 100644 index 000000000..36eecd528 --- /dev/null +++ b/sbom.yml @@ -0,0 +1,6 @@ +name: 'lwip' +version: '2.1.3' +cpe: cpe:2.3:a:lwip_project:lwip:{}:*:*:*:*:*:*:* +supplier: 'Organization: Espressif Systems (Shanghai) CO LTD' +originator: 'Organization: non-GNU software and documentation, lwIP Project ' +description: A Lightweight TCP/IP stack with additional features and patches from Espressif.