-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmipi-public-mipi-sys-t.cdx.json
44 lines (44 loc) · 1.09 KB
/
mipi-public-mipi-sys-t.cdx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/MIPI-Alliance/public-mipi-sys-t@@VCS_TAG@",
"cpe": "cpe:2.3:a:mipi:public-mipi-sys-t:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "MIPI SyS-T",
"version": "@VCS_VERSION@",
"description": "MIPI Alliance Specification for System Software-Trace defines a platform-independent, low bandwidth trace data protocol and software API",
"supplier": {
"name": "MIPI Alliance developers"
},
"authors": [
{
"name": "@VCS_AUTHORS@",
"url": "https://github.com/MIPI-Alliance/public-mipi-sys-t/blob/main/CODEOWNERS"
}
],
"licenses": [
{
"license": {
"id": "BSD-3-Clause"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/MIPI-Alliance/public-mipi-sys-t"
}
]
}
]
}