Skip to content

Commit a3a08c6

Browse files
chore(NODE-6142): add sbom lite file (#21)
1 parent 8c2df9e commit a3a08c6

File tree

1 file changed

+220
-0
lines changed

1 file changed

+220
-0
lines changed

sbom.json

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
{
2+
"components": [
3+
{
4+
"bom-ref": "pkg:cargo/[email protected]",
5+
"externalReferences": [
6+
{
7+
"type": "distribution",
8+
"url": "https://crates.io/api/v1/crates/futures/0.3/download"
9+
},
10+
{
11+
"type": "vcs",
12+
"url": "https://github.com/rust-lang/futures-rs"
13+
},
14+
{
15+
"type": "website",
16+
"url": "https://crates.io/crates/futures/0.3"
17+
}
18+
],
19+
"licenses": [
20+
{
21+
"license": {
22+
"name": "Apache-2.0"
23+
}
24+
},
25+
{
26+
"license": {
27+
"name": "MIT"
28+
}
29+
}
30+
],
31+
"name": "futures",
32+
"purl": "pkg:cargo/[email protected]",
33+
"type": "library",
34+
"version": "0.3"
35+
},
36+
{
37+
"bom-ref": "pkg:cargo/[email protected]",
38+
"externalReferences": [
39+
{
40+
"type": "distribution",
41+
"url": "https://crates.io/api/v1/crates/napi/2.4.3/download"
42+
},
43+
{
44+
"type": "vcs",
45+
"url": "https://github.com/napi-rs/napi-rs"
46+
},
47+
{
48+
"type": "website",
49+
"url": "https://crates.io/crates/napi/2.4.3"
50+
}
51+
],
52+
"licenses": [
53+
{
54+
"license": {
55+
"name": "MIT"
56+
}
57+
}
58+
],
59+
"name": "napi",
60+
"purl": "pkg:cargo/[email protected]",
61+
"type": "library",
62+
"version": "2.4.3"
63+
},
64+
{
65+
"bom-ref": "pkg:cargo/[email protected]",
66+
"externalReferences": [
67+
{
68+
"type": "distribution",
69+
"url": "https://crates.io/api/v1/crates/napi-derive/2.4.1/download"
70+
},
71+
{
72+
"type": "vcs",
73+
"url": "https://github.com/napi-rs/napi-rs"
74+
},
75+
{
76+
"type": "website",
77+
"url": "https://crates.io/crates/napi-derive/2.4.1"
78+
}
79+
],
80+
"licenses": [
81+
{
82+
"license": {
83+
"name": "MIT"
84+
}
85+
}
86+
],
87+
"name": "napi-derive",
88+
"purl": "pkg:cargo/[email protected]",
89+
"type": "library",
90+
"version": "2.4.1"
91+
},
92+
{
93+
"bom-ref": "pkg:cargo/[email protected]",
94+
"externalReferences": [
95+
{
96+
"type": "distribution",
97+
"url": "https://crates.io/api/v1/crates/zstd/0.11/download"
98+
},
99+
{
100+
"type": "vcs",
101+
"url": "https://github.com/gyscos/zstd-rs"
102+
},
103+
{
104+
"type": "website",
105+
"url": "https://crates.io/crates/zstd/0.11"
106+
}
107+
],
108+
"licenses": [
109+
{
110+
"license": {
111+
"name": "MIT"
112+
}
113+
}
114+
],
115+
"name": "zstd",
116+
"purl": "pkg:cargo/[email protected]",
117+
"type": "library",
118+
"version": "0.11"
119+
},
120+
{
121+
"bom-ref": "pkg:cargo/[email protected]",
122+
"externalReferences": [
123+
{
124+
"type": "distribution",
125+
"url": "https://crates.io/api/v1/crates/zstd-sys/2.0.8/download"
126+
},
127+
{
128+
"type": "vcs",
129+
"url": "https://github.com/gyscos/zstd-rs"
130+
},
131+
{
132+
"type": "website",
133+
"url": "https://crates.io/crates/zstd-sys/2.0.8"
134+
}
135+
],
136+
"licenses": [
137+
{
138+
"license": {
139+
"name": "Apache-2.0"
140+
}
141+
},
142+
{
143+
"license": {
144+
"name": "MIT"
145+
}
146+
}
147+
],
148+
"name": "zstd-sys",
149+
"purl": "pkg:cargo/[email protected]",
150+
"type": "library",
151+
"version": "2.0.8"
152+
}
153+
],
154+
"dependencies": [
155+
{
156+
"ref": "pkg:cargo/[email protected]"
157+
},
158+
{
159+
"ref": "pkg:cargo/[email protected]"
160+
},
161+
{
162+
"ref": "pkg:cargo/[email protected]"
163+
},
164+
{
165+
"ref": "pkg:cargo/[email protected]"
166+
},
167+
{
168+
"ref": "pkg:cargo/[email protected]"
169+
}
170+
],
171+
"metadata": {
172+
"timestamp": "2024-05-01T21:03:39.164915+00:00",
173+
"tools": [
174+
{
175+
"externalReferences": [
176+
{
177+
"type": "build-system",
178+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
179+
},
180+
{
181+
"type": "distribution",
182+
"url": "https://pypi.org/project/cyclonedx-python-lib/"
183+
},
184+
{
185+
"type": "documentation",
186+
"url": "https://cyclonedx-python-library.readthedocs.io/"
187+
},
188+
{
189+
"type": "issue-tracker",
190+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
191+
},
192+
{
193+
"type": "license",
194+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
195+
},
196+
{
197+
"type": "release-notes",
198+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
199+
},
200+
{
201+
"type": "vcs",
202+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
203+
},
204+
{
205+
"type": "website",
206+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
207+
}
208+
],
209+
"name": "cyclonedx-python-lib",
210+
"vendor": "CycloneDX",
211+
"version": "6.4.4"
212+
}
213+
]
214+
},
215+
"serialNumber": "urn:uuid:a8980ce9-1205-4b26-bed3-a0ad798988a6",
216+
"version": 1,
217+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
218+
"bomFormat": "CycloneDX",
219+
"specVersion": "1.5"
220+
}

0 commit comments

Comments
 (0)