Skip to content

Commit 5c23ed6

Browse files
committed
Update SBOM
1 parent ea1ed5f commit 5c23ed6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

sbom.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.1.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.14.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.14.1"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/[email protected].0",
17+
"purl": "pkg:github/mongodb/[email protected].1",
1818
"type": "library",
19-
"version": "1.14.0"
19+
"version": "1.14.1"
2020
},
2121
{
22-
"bom-ref": "pkg:github/mongodb/[email protected].1",
22+
"bom-ref": "pkg:github/mongodb/[email protected].2",
2323
"externalReferences": [
2424
{
2525
"type": "distribution",
26-
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.0.1.tar.gz"
26+
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.0.2.tar.gz"
2727
},
2828
{
2929
"type": "website",
30-
"url": "https://github.com/mongodb/mongo-c-driver/tree/2.0.1"
30+
"url": "https://github.com/mongodb/mongo-c-driver/tree/2.0.2"
3131
}
3232
],
3333
"group": "mongodb",
3434
"name": "mongo-c-driver",
35-
"purl": "pkg:github/mongodb/[email protected].1",
35+
"purl": "pkg:github/mongodb/[email protected].2",
3636
"type": "library",
37-
"version": "2.0.1"
37+
"version": "2.0.2"
3838
}
3939
],
4040
"dependencies": [
4141
{
42-
"ref": "pkg:github/mongodb/[email protected].0"
42+
"ref": "pkg:github/mongodb/[email protected].1"
4343
},
4444
{
45-
"ref": "pkg:github/mongodb/[email protected].1"
45+
"ref": "pkg:github/mongodb/[email protected].2"
4646
}
4747
],
4848
"metadata": {
49-
"timestamp": "2025-05-21T07:55:41.587707+00:00",
49+
"timestamp": "2025-06-11T06:47:48.667004+00:00",
5050
"tools": [
5151
{
5252
"externalReferences": [
@@ -90,8 +90,9 @@
9090
]
9191
},
9292
"serialNumber": "urn:uuid:acb30d08-ee47-4ff0-b301-d66ef1f54082",
93-
"version": 14,
93+
"version": 15,
9494
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9595
"bomFormat": "CycloneDX",
96-
"specVersion": "1.5"
96+
"specVersion": "1.5",
97+
"vulnerabilities": []
9798
}

0 commit comments

Comments
 (0)