diff --git a/sbom.cdx.json b/sbom.cdx.json new file mode 100644 index 000000000000..53758e6a2c54 --- /dev/null +++ b/sbom.cdx.json @@ -0,0 +1,72 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "version": 1, + "metadata": { + "authors": [ + { + "name": "@VCS_SBOM_AUTHORS@" + } + ] + }, + "components": [ + { + "type": "firmware", + "bom-ref": "pkg:github/tianocore/edk2@@VCS_TAG@", + "cpe": "cpe:2.3:a:tianocore:edk2:@VCS_TAG@:*:*:*:*:*:*:*", + "name": "EDK II", + "version": "@VCS_VERSION@", + "description": "A cross-platform firmware development environment for UEFI and PI specifications", + "authors": [ + { + "name": "@VCS_AUTHORS@" + } + ], + "supplier": { + "name": "EDK II developers" + }, + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "id": "PSF-2.0" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "externalReferences": [ + { + "type": "website", + "url": "https://www.tianocore.org/" + }, + { + "type": "vcs", + "url": "https://github.com/tianocore/edk2" + } + ] + } + ] +}