From 6412a6fa485ecb4798530b2d35409bf42b939221 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Wed, 11 Oct 2023 13:25:59 +0400 Subject: [PATCH] feat(newlib): Add sbom manifest file --- components/newlib/sbom.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 components/newlib/sbom.yml diff --git a/components/newlib/sbom.yml b/components/newlib/sbom.yml new file mode 100644 index 0000000000..b7b2634bd3 --- /dev/null +++ b/components/newlib/sbom.yml @@ -0,0 +1,6 @@ +name: 'newlib' +version: '4.1.0' +cpe: cpe:2.3:a:newlib_project:newlib:{}:*:*:*:*:*:*:* +supplier: 'Organization: Espressif Systems (Shanghai) CO LTD' +originator: 'Organization: Red Hat Incorporated' +description: An open-source C standard library implementation with additional features and patches from Espressif.