1{
2  "bomFormat": "CycloneDX",
3  "specVersion": "1.6",
4  "version": 1,
5  "metadata": {
6    "authors": [
7      {
8        "name": "@VCS_SBOM_AUTHORS@"
9      }
10    ]
11  },
12  "components": [
13    {
14      "type": "library",
15      "bom-ref": "pkg:github/openssl/openssl@@VCS_TAG@",
16      "cpe": "cpe:2.3:a:openssl:openssl:@VCS_TAG@:*:*:*:*:*:*:*",
17      "name": "OpenSSL",
18      "version": "@VCS_VERSION@",
19      "description": "TLS/SSL and crypto library",
20      "authors": [
21        {
22          "name": "@VCS_AUTHORS@",
23          "url": "https://raw.githubusercontent.com/openssl/openssl/refs/heads/master/AUTHORS.md"
24        }
25      ],
26      "supplier": {
27        "name": "The OpenSSL Project"
28      },
29      "licenses": [
30        {
31          "license": {
32            "id": "Apache-2.0"
33          }
34        }
35      ],
36      "externalReferences": [
37        {
38          "type": "website",
39          "url": "https://www.openssl.org/"
40        },
41        {
42          "type": "vcs",
43          "url": "https://github.com/openssl/openssl"
44        }
45      ]
46    }
47  ]
48}
49