From 6103208ed9b3e39d8848e2214024fa2ea51ccbdc Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 21 Nov 2024 08:41:00 +0000 Subject: [PATCH] Add more fallback SBOM data https://github.com/DMTF/libspdm/pull/2905 --- libspdm.cdx.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libspdm.cdx.json diff --git a/libspdm.cdx.json b/libspdm.cdx.json new file mode 100644 index 0000000..51dad9c --- /dev/null +++ b/libspdm.cdx.json @@ -0,0 +1,38 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "version": 1, + "metadata": { + "authors": [ + { + "name": "@VCS_SBOM_AUTHORS@" + } + ] + }, + "components": [ + { + "type": "library", + "bom-ref": "pkg:github/DMTF/libspdm@@VCS_TAG@", + "cpe": "cpe:2.3:a:DMTF:libspdm:@VCS_TAG@:*:*:*:*:*:*:*", + "name": "libspdm", + "version": "@VCS_VERSION@", + "description": "Sample implementation of DMTF SPDM", + "supplier": { + "name": "libspdm developers" + }, + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/DMTF/libspdm" + } + ] + } + ] +}