summaryrefslogtreecommitdiff
path: root/sbom.cdx.json
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-09-12 14:22:46 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-09-12 14:22:46 +0200
commit0d5ce337b823062c33cd31315f500b96cb8f9d26 (patch)
tree8b50e9f93a6ec67ffe236cd19353771ea2444076 /sbom.cdx.json
parent7547c5a1405dff1aac1ab054a24907b3ae724c12 (diff)
parent71d22d0bdc3a2fa9269807c8401263b333157817 (diff)
Merge branch 'release/debian/6.9.10-1'HEADdebian/6.9.10-1master
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"
+ }
+ ]
+ }
+ ]
+}