diff --git a/sbom.cdx.json b/sbom.cdx.json new file mode 100644 index 00000000..50b18dfd --- /dev/null +++ b/sbom.cdx.json @@ -0,0 +1,45 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "version": 1, + "metadata": { + "authors": [ + { + "name": "@VCS_SBOM_AUTHORS@" + } + ] + }, + "components": [ + { + "type": "library", + "bom-ref": "pkg:github/open-quantum-safe/oqs-provider@@VCS_TAG@", + "name": "oqsprovider", + "version": "@VCS_VERSION@", + "description": "Research and prototyping OSSL provider for post quantum cryptographic algorithms (NOT RECOMMENDED FOR PRODUCTION USE)", + "authors": [ + { + "name": "@VCS_AUTHORS@" + } + ], + "supplier": { + "name": "The OQS core team" + }, + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/open-quantum-safe/oqs-provider" + } + ], + "pedigree": { + "notes": "DO NOT TRUST" + } + } + ] +}