Skip to content

Commit 9f47b12

Browse files
chore(NODE-6142): add node sbom lite file (#800)
1 parent 4d1b3f2 commit 9f47b12

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

sbom.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"components": [
3+
{
4+
"bom-ref": "pkg:github/mongodb/libmongocrypt",
5+
"externalReferences": [
6+
{
7+
"type": "website",
8+
"url": "https://github.com/mongodb/libmongocrypt"
9+
}
10+
],
11+
"group": "mongodb",
12+
"name": "libmongocrypt",
13+
"purl": "pkg:github/mongodb/libmongocrypt",
14+
"type": "library"
15+
}
16+
],
17+
"dependencies": [
18+
{
19+
"ref": "pkg:github/mongodb/libmongocrypt"
20+
}
21+
],
22+
"metadata": {
23+
"timestamp": "2024-05-01T20:55:10.513782+00:00",
24+
"tools": [
25+
{
26+
"externalReferences": [
27+
{
28+
"type": "build-system",
29+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
30+
},
31+
{
32+
"type": "distribution",
33+
"url": "https://pypi.org/project/cyclonedx-python-lib/"
34+
},
35+
{
36+
"type": "documentation",
37+
"url": "https://cyclonedx-python-library.readthedocs.io/"
38+
},
39+
{
40+
"type": "issue-tracker",
41+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
42+
},
43+
{
44+
"type": "license",
45+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
46+
},
47+
{
48+
"type": "release-notes",
49+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
50+
},
51+
{
52+
"type": "vcs",
53+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
54+
},
55+
{
56+
"type": "website",
57+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
58+
}
59+
],
60+
"name": "cyclonedx-python-lib",
61+
"vendor": "CycloneDX",
62+
"version": "6.4.4"
63+
}
64+
]
65+
},
66+
"serialNumber": "urn:uuid:d39c0f4e-9f42-4f2b-8102-01c5da520fe7",
67+
"version": 1,
68+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
69+
"bomFormat": "CycloneDX",
70+
"specVersion": "1.5"
71+
}

0 commit comments

Comments
 (0)