-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbom_with_full_metadata.json
More file actions
65 lines (65 loc) · 1.45 KB
/
bom_with_full_metadata.json
File metadata and controls
65 lines (65 loc) · 1.45 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema": "http://cyclonedx.org/schema/bom-1.2a.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.2",
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
"version": 1,
"metadata": {
"timestamp": "2021-09-01T10:50:42.051979+00:00",
"tools": [
{
"vendor": "CycloneDX",
"name": "cyclonedx-python-lib",
"version": "VERSION"
}
],
"authors": [
{
"name": "Paul Horton",
"email": "paul.horton@owasp.org"
},
{
"name": "A N Other",
"email": "someone@somewhere.tld",
"phone": "+44 (0)1234 567890"
}
],
"component": {
"bom-ref": "0b049d09-64c0-4490-a0f5-c84d9aacf857",
"type": "library",
"name": "cyclonedx-python-lib",
"version": "1.0.0"
},
"manufacture": {
"name": "CycloneDX",
"url": [
"https://cyclonedx.org"
],
"contact": [
{
"name": "Paul Horton",
"email": "paul.horton@owasp.org"
},
{
"name": "A N Other",
"email": "someone@somewhere.tld",
"phone": "+44 (0)1234 567890"
}
]
},
"supplier": {
"name": "Cyclone DX",
"url": [
"https://cyclonedx.org/"
],
"contact": [
{
"name": "A N Other",
"email": "someone@somewhere.tld",
"phone": "+44 (0)1234 567890"
}
]
}
},
"components": []
}