-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathget_bom_with_services_complex-1.5.json.bin
More file actions
170 lines (170 loc) · 4.22 KB
/
Copy pathget_bom_with_services_complex-1.5.json.bin
File metadata and controls
170 lines (170 loc) · 4.22 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"dependencies": [
{
"ref": "my-specific-bom-ref-for-cpl"
},
{
"ref": "my-specific-bom-ref-for-my-first-service"
},
{
"ref": "my-specific-bom-ref-for-my-second-service"
}
],
"metadata": {
"component": {
"bom-ref": "my-specific-bom-ref-for-cpl",
"name": "cyclonedx-python-lib",
"type": "library",
"version": "1.0.0"
},
"timestamp": "2023-01-07T13:44:32.312678+00:00"
},
"properties": [
{
"name": "key1",
"value": "val1"
},
{
"name": "key2",
"value": "val2"
}
],
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac",
"services": [
{
"authenticated": false,
"bom-ref": "my-specific-bom-ref-for-my-first-service",
"data": [
{
"classification": "public",
"flow": "outbound"
}
],
"description": "Description goes here",
"endpoints": [
"/api/thing/1",
"/api/thing/2"
],
"externalReferences": [
{
"comment": "No comment",
"hashes": [
{
"alg": "SHA-256",
"content": "806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
],
"type": "distribution",
"url": "https://cyclonedx.org"
}
],
"group": "a-group",
"licenses": [
{
"license": {
"name": "Commercial"
}
}
],
"name": "my-first-service",
"properties": [
{
"name": "key1",
"value": "val1"
},
{
"name": "key2",
"value": "val2"
}
],
"provider": {
"contact": [
{
"email": "someone@somewhere.tld",
"name": "A N Other",
"phone": "+44 (0)1234 567890"
},
{
"email": "paul.horton@owasp.org",
"name": "Paul Horton"
}
],
"name": "CycloneDX",
"url": [
"https://cyclonedx.org",
"https://cyclonedx.org/docs"
]
},
"releaseNotes": {
"aliases": [
"First Test Release"
],
"description": "This release is a test release",
"featuredImage": "https://cyclonedx.org/theme/assets/images/CycloneDX-Twitter-Card.png",
"notes": [
{
"locale": "en-GB",
"text": {
"content": "U29tZSBzaW1wbGUgcGxhaW4gdGV4dA==",
"contentType": "text/plain; charset=UTF-8",
"encoding": "base64"
}
},
{
"locale": "en-US",
"text": {
"content": "U29tZSBzaW1wbGUgcGxhaW4gdGV4dA==",
"contentType": "text/plain; charset=UTF-8",
"encoding": "base64"
}
}
],
"properties": [
{
"name": "key1",
"value": "val1"
},
{
"name": "key2",
"value": "val2"
}
],
"resolves": [
{
"description": "Apache Log4j2 2.0-beta9 through 2.12.1 and 2.13.0 through 2.15.0 JNDI features...",
"id": "CVE-2021-44228",
"name": "Apache Log3Shell",
"references": [
"https://central.sonatype.org/news/20211213_log4shell_help",
"https://logging.apache.org/log4j/2.x/security.html"
],
"source": {
"name": "NVD",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44228"
},
"type": "security"
}
],
"socialImage": "https://cyclonedx.org/cyclonedx-icon.png",
"tags": [
"alpha",
"test"
],
"timestamp": "2023-08-15T01:23:45.678900+00:00",
"title": "Release Notes Title",
"type": "major"
},
"trustZone": "internal-vpc",
"version": "1.2.3",
"x-trust-boundary": true
},
{
"bom-ref": "my-specific-bom-ref-for-my-second-service",
"name": "my-second-service"
}
],
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}