Skip to content

Commit 47da699

Browse files
chore: Update SBOM (#2619)
Co-authored-by: blink1073 <[email protected]>
1 parent 71e0c95 commit 47da699

File tree

1 file changed

+158
-10
lines changed

1 file changed

+158
-10
lines changed

sbom.json

Lines changed: 158 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,159 @@
11
{
2-
"metadata": {
3-
"timestamp": "2024-05-02T17:36:12.698229+00:00"
4-
},
5-
"components": [],
6-
"serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
7-
"version": 1,
8-
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9-
"bomFormat": "CycloneDX",
10-
"specVersion": "1.5"
11-
}
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.5",
4+
"serialNumber": "urn:uuid:f91a87bf-a37f-4c1e-805f-142f60b2c960",
5+
"version": 1,
6+
"metadata": {
7+
"timestamp": "2025-11-20T21:30:34Z",
8+
"tools": {
9+
"components": [
10+
{
11+
"group": "@cyclonedx",
12+
"name": "cdxgen",
13+
"version": "11.11.0",
14+
"purl": "pkg:npm/%40cyclonedx/[email protected]",
15+
"type": "application",
16+
"bom-ref": "pkg:npm/@cyclonedx/[email protected]",
17+
"author": "OWASP Foundation",
18+
"publisher": "OWASP Foundation"
19+
}
20+
]
21+
},
22+
"authors": [
23+
{
24+
"name": "OWASP Foundation"
25+
}
26+
],
27+
"lifecycles": [
28+
{
29+
"phase": "build"
30+
}
31+
],
32+
"component": {
33+
"name": "pymongo",
34+
"description": "PyMongo - the Official MongoDB Python driver",
35+
"authors": [
36+
{
37+
"name": "The MongoDB Python Team"
38+
}
39+
],
40+
"tags": [
41+
"bson",
42+
"gridfs",
43+
"mongo",
44+
"mongodb",
45+
"pymongo"
46+
],
47+
"properties": [
48+
{
49+
"name": "cdx:pypi:requiresPython",
50+
"value": ">=3.9"
51+
},
52+
{
53+
"name": "SrcFile",
54+
"value": "/home/runner/work/mongo-python-driver/mongo-python-driver/pyproject.toml"
55+
}
56+
],
57+
"type": "application",
58+
"bom-ref": "pkg:pypi/pymongo@latest",
59+
"purl": "pkg:pypi/pymongo@latest",
60+
"version": "latest",
61+
"licenses": [
62+
{
63+
"license": {
64+
"id": "Apache-2.0",
65+
"url": "https://opensource.org/licenses/Apache-2.0"
66+
}
67+
}
68+
]
69+
},
70+
"properties": [
71+
{
72+
"name": "cdx:bom:componentTypes",
73+
"value": "pypi"
74+
},
75+
{
76+
"name": "cdx:bom:componentSrcFiles",
77+
"value": "pyproject.toml"
78+
}
79+
]
80+
},
81+
"components": [
82+
{
83+
"group": "",
84+
"name": "pymongo",
85+
"version": "latest",
86+
"purl": "pkg:pypi/pymongo@latest",
87+
"type": "library",
88+
"bom-ref": "pkg:pypi/pymongo@latest",
89+
"properties": [
90+
{
91+
"name": "SrcFile",
92+
"value": "pyproject.toml"
93+
}
94+
],
95+
"evidence": {
96+
"identity": {
97+
"field": "purl",
98+
"confidence": 1,
99+
"methods": [
100+
{
101+
"technique": "instrumentation",
102+
"confidence": 1,
103+
"value": "/home/runner/work/mongo-python-driver/mongo-python-driver/.venv"
104+
}
105+
]
106+
}
107+
}
108+
},
109+
{
110+
"author": "Bob Halley <[email protected]>",
111+
"group": "",
112+
"name": "dnspython",
113+
"version": "2.8.0",
114+
"description": "DNS toolkit",
115+
"licenses": [
116+
{
117+
"license": {
118+
"id": "ISC",
119+
"url": "https://opensource.org/licenses/ISC"
120+
}
121+
}
122+
],
123+
"purl": "pkg:pypi/[email protected]",
124+
"type": "library",
125+
"bom-ref": "pkg:pypi/[email protected]",
126+
"properties": [
127+
{
128+
"name": "SrcFile",
129+
"value": "pyproject.toml"
130+
}
131+
],
132+
"evidence": {
133+
"identity": {
134+
"field": "purl",
135+
"confidence": 1,
136+
"methods": [
137+
{
138+
"technique": "instrumentation",
139+
"confidence": 1,
140+
"value": "/home/runner/work/mongo-python-driver/mongo-python-driver/.venv"
141+
}
142+
]
143+
}
144+
}
145+
}
146+
],
147+
"dependencies": [
148+
{
149+
"ref": "pkg:pypi/[email protected]",
150+
"dependsOn": []
151+
},
152+
{
153+
"ref": "pkg:pypi/pymongo@latest",
154+
"dependsOn": [
155+
"pkg:pypi/[email protected]"
156+
]
157+
}
158+
]
159+
}

0 commit comments

Comments
 (0)