forked from CycloneDX/cyclonedx-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent_evidence_identity.json
More file actions
45 lines (45 loc) · 935 Bytes
/
component_evidence_identity.json
File metadata and controls
45 lines (45 loc) · 935 Bytes
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
45
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:66fa5692-2e9d-45c5-830a-ec8ccaf7dcc9",
"version": 1,
"metadata": {
"component": {
"description": "test component evidence identity",
"type": "application",
"name": "test"
}
},
"components": [
{
"type": "operating-system",
"bom-ref": "alpine12",
"name": "alpine",
"version": "12",
"evidence": {
"identity": [
{
"field": "name",
"confidence": 1.0
},
{
"field": "version",
"confidence": 0.98
}
]
}
},
{
"type": "library",
"bom-ref": "libssl",
"name": "libssl",
"evidence": {
"identity": {
"field": "name",
"confidence": 1.0
}
}
}
]
}