blob: 795e5d52a847453546f3c197d67c9411292408bd [file] [log] [blame]
Richard Hughes5e04d632024-12-09 12:57:19 +00001{
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/TrustedFirmware-A/trusted-firmware-a@@VCS_TAG@",
16 "cpe": "cpe:2.3:a:trustedfirmware.org:trusted-firmware-a:@VCS_TAG@:*:*:*:*:*:*:*",
17 "name": "trusted-firmware-a",
18 "version": "@VCS_VERSION@",
19 "description": "Reference implementation of secure software for Arm A-Profile architectures",
20 "authors": [
21 {
22 "name": "@VCS_AUTHORS@"
23 }
24 ],
25 "supplier": {
26 "name": "trustedfirmware.org"
27 },
28 "licenses": [
29 {
30 "license": {
31 "id": "BSD-3-Clause"
32 }
33 }
34 ],
35 "externalReferences": [
36 {
37 "type": "vcs",
38 "url": "https://review.trustedfirmware.org/TF-A/trusted-firmware-a"
39 },
40 {
41 "type": "vcs",
42 "url": "https://github.com/TrustedFirmware-A/trusted-firmware-a"
43 }
44 ]
45 }
46 ]
47}