Skip to content

Commit 9eb4dca

Browse files
authored
CSHARP-5070: Add SBOM file (#1318)
1 parent 85c2cf1 commit 9eb4dca

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

purls.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

sbom.json

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"components": [
3+
{
4+
"bom-ref": "pkg:nuget/[email protected]",
5+
"externalReferences": [
6+
{
7+
"type": "distribution",
8+
"url": "https://www.nuget.org/api/v2/package/MongoDB.Libmongocrypt/1.8.2"
9+
},
10+
{
11+
"type": "website",
12+
"url": "https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.8.2"
13+
}
14+
],
15+
"licenses": [
16+
{
17+
"license": {
18+
"name": "Other"
19+
}
20+
}
21+
],
22+
"name": "MongoDB.Libmongocrypt",
23+
"purl": "pkg:nuget/[email protected]",
24+
"type": "library",
25+
"version": "1.8.2"
26+
}
27+
],
28+
"dependencies": [
29+
{
30+
"ref": "pkg:nuget/[email protected]"
31+
}
32+
],
33+
"metadata": {
34+
"timestamp": "2024-05-03T20:19:34.867974+00:00",
35+
"tools": [
36+
{
37+
"externalReferences": [
38+
{
39+
"type": "build-system",
40+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
41+
},
42+
{
43+
"type": "distribution",
44+
"url": "https://pypi.org/project/cyclonedx-python-lib/"
45+
},
46+
{
47+
"type": "documentation",
48+
"url": "https://cyclonedx-python-library.readthedocs.io/"
49+
},
50+
{
51+
"type": "issue-tracker",
52+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
53+
},
54+
{
55+
"type": "license",
56+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
57+
},
58+
{
59+
"type": "release-notes",
60+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
61+
},
62+
{
63+
"type": "vcs",
64+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
65+
},
66+
{
67+
"type": "website",
68+
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
69+
}
70+
],
71+
"name": "cyclonedx-python-lib",
72+
"vendor": "CycloneDX",
73+
"version": "6.4.4"
74+
}
75+
]
76+
},
77+
"serialNumber": "urn:uuid:137c9f19-2c41-488a-bacb-b367694656ff",
78+
"version": 1,
79+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
80+
"bomFormat": "CycloneDX",
81+
"specVersion": "1.5"
82+
}

0 commit comments

Comments
 (0)