summaryrefslogtreecommitdiff
path: root/sbom.cdx.json
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-03-16 12:06:26 +0100
committerJörg Frings-Fürst <debian@jff.email>2025-03-16 12:06:26 +0100
commit048f2aabecc8adf1fcc76ecf0dcad9ef07c0ae98 (patch)
tree6e32c4075b0bef0cfa7a9c3ece4294db7a10c046 /sbom.cdx.json
parentb0e9d5f1322c403a2ba1df7f86e27d2514f576da (diff)
parente6ce8c11c114a794f5523eaaec52688716873b72 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'sbom.cdx.json')
-rw-r--r--sbom.cdx.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/sbom.cdx.json b/sbom.cdx.json
new file mode 100644
index 0000000..4f2ed97
--- /dev/null
+++ b/sbom.cdx.json
@@ -0,0 +1,44 @@
+{
+ "bomFormat": "CycloneDX",
+ "specVersion": "1.6",
+ "version": 1,
+ "metadata": {
+ "authors": [
+ {
+ "name": "@VCS_SBOM_AUTHORS@"
+ }
+ ]
+ },
+ "components": [
+ {
+ "type": "library",
+ "bom-ref": "pkg:github/kkos/oniguruma@@VCS_TAG@",
+ "cpe": "cpe:2.3:a:kkos:oniguruma:@VCS_TAG@:*:*:*:*:*:*:*",
+ "name": "oniguruma",
+ "version": "@VCS_VERSION@",
+ "description": "A modern and flexible regular expressions library",
+ "authors": [
+ {
+ "name": "@VCS_AUTHORS@",
+ "url": "https://raw.githubusercontent.com/kkos/oniguruma/refs/heads/master/AUTHORS"
+ }
+ ],
+ "supplier": {
+ "name": "oniguruma developers"
+ },
+ "licenses": [
+ {
+ "license": {
+ "id": "BSD-2-Clause"
+ }
+ }
+ ],
+ "externalReferences": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/kkos/oniguruma"
+ }
+ ]
+ }
+ ]
+}