-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbom_with_full_metadata.json
More file actions
87 lines (87 loc) · 1.94 KB
/
bom_with_full_metadata.json
File metadata and controls
87 lines (87 loc) · 1.94 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"$schema": "http://cyclonedx.org/schema/bom-1.3.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"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": "17e3b199-dc0b-42ef-bfdd-1fa81a1e3eda",
"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"
}
]
},
"licenses": [
{
"license": {
"id": "Apache-2.0",
"text": {
"contentType": "text/plain",
"encoding": "base64",
"content": "VGVzdCBjb250ZW50IC0gdGhpcyBpcyBub3QgdGhlIEFwYWNoZSAyLjAgbGljZW5zZSE="
},
"url": "https://www.apache.org/licenses/LICENSE-2.0.txt"
}
}
],
"properties": [
{
"name": "key1",
"value": "val1"
},
{
"name": "key2",
"value": "val2"
}
]
}
}