-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbom_with_full_metadata.json
More file actions
121 lines (121 loc) · 3.02 KB
/
bom_with_full_metadata.json
File metadata and controls
121 lines (121 loc) · 3.02 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"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",
"externalReferences": [
{
"type": "build-system",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
},
{
"type": "distribution",
"url": "https://pypi.org/project/cyclonedx-python-lib/"
},
{
"type": "documentation",
"url": "https://cyclonedx.github.io/cyclonedx-python-lib/"
},
{
"type": "issue-tracker",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
},
{
"type": "license",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
},
{
"type": "release-notes",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
},
{
"type": "vcs",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
},
{
"type": "website",
"url": "https://cyclonedx.org"
}
]
}
],
"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": "be2c6502-7e9a-47db-9a66-e34f729810a3",
"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"
}
]
}
}