From b3a1d88939f6a6a5834a7e4a8d8c4940de969366 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 22 Nov 2024 10:42:00 +0000 Subject: [PATCH] Add more fallback SBOM data https://github.com/gost-engine/engine/pull/465 --- gost-engine.cdx.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 gost-engine.cdx.json diff --git a/gost-engine.cdx.json b/gost-engine.cdx.json new file mode 100644 index 0000000..48dd699 --- /dev/null +++ b/gost-engine.cdx.json @@ -0,0 +1,43 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "version": 1, + "metadata": { + "authors": [ + { + "name": "@VCS_SBOM_AUTHORS@" + } + ] + }, + "components": [ + { + "type": "library", + "bom-ref": "pkg:github/gost-engine/engine@@VCS_TAG@", + "cpe": "cpe:2.3:a:gost_engine_project:gost_engine:@VCS_TAG@:*:*:*:*:*:*:*", + "name": "GOST Engine", + "version": "@VCS_VERSION@", + "description": "A reference implementation of the Russian GOST crypto algorithms", + "authors": [ + { + "name": "@VCS_AUTHORS@" + } + ], + "supplier": { + "name": "GOST Engine Team" + }, + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/gost-engine/engine" + } + ] + } + ] +}