From 33870fb8e79e45d16d58f86649065156cfe13747 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sun, 18 Sep 2022 21:55:18 +0200 Subject: [PATCH] Add SBOM in CycloneDX format --- cyclonedx-sbom.json | 94 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 cyclonedx-sbom.json diff --git a/cyclonedx-sbom.json b/cyclonedx-sbom.json new file mode 100644 index 0000000..0b5bd8d --- /dev/null +++ b/cyclonedx-sbom.json @@ -0,0 +1,94 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "version": 1, + "metadata": { + "timestamp": "2022-09-18T19:48:00Z", + "component": { + "type": "application", + "author": "Thomas Jensen and the boxes contributors", + "name": "boxes", + "version": "2.1.1", + "description": "Command Line ASCII Boxes Unlimited!", + "licenses": [ + { + "expression": "GPL-3.0-only" + } + ], + "copyright": "Copyright (c) 1999-2021 Thomas Jensen and the boxes contributors", + "externalReferences": [ + { + "type": "website", + "url": "https://boxes.thomasjensen.com/" + }, + { + "type": "vcs", + "url": "https://github.com/ascii-boxes/boxes/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/ascii-boxes/boxes/issues" + } + ], + "properties": [ + { + "name": "primaryLanguage", + "value": "C" + } + ] + } + }, + "components": [ + { + "type": "library", + "author": "Ben Pfaff, Bruno Haible, and Daiki Ueno", + "name": "libunistring", + "version": "0.9.10-4", + "description": "Functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard", + "licenses": [ + { + "expression": "GPL-3.0-or-later" + }, + { + "expression": "GPL-2.0-only" + } + ], + "externalReferences": [ + { + "type": "website", + "url": "https://www.gnu.org/software/libunistring/" + } + ], + "properties": [ + { + "name": "primaryLanguage", + "value": "C" + } + ] + }, + { + "type": "library", + "author": "Philip Hazel", + "name": "PCRE2", + "version": "10.36", + "description": "PCRE2 - Perl-compatible regular expressions (revised API)", + "licenses": [ + { + "expression": "BSD-3-Clause" + } + ], + "externalReferences": [ + { + "type": "website", + "url": "https://www.pcre.org/" + } + ], + "properties": [ + { + "name": "primaryLanguage", + "value": "C" + } + ] + } + ] +}