diff --git a/quiche.cdx.json b/quiche.cdx.json new file mode 100644 index 0000000..a1beaea --- /dev/null +++ b/quiche.cdx.json @@ -0,0 +1,43 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "version": 1, + "metadata": { + "authors": [ + { + "name": "@VCS_SBOM_AUTHORS@" + } + ] + }, + "components": [ + { + "type": "library", + "bom-ref": "pkg:github/cloudflare/quiche@@VCS_TAG@", + "cpe": "cpe:2.3:a:cloudflare:quiche:@VCS_TAG@:*:*:*:*:*:*:*", + "name": "quiche", + "version": "@VCS_VERSION@", + "description": "An implementation of the QUIC transport protocol and HTTP/3", + "authors": [ + { + "name": "@VCS_AUTHORS@" + } + ], + "supplier": { + "name": "Cloudflare, Inc" + }, + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/cloudflare/quiche" + } + ] + } + ] +}