SERVER-111072 Auto-generated SBOM files [master] (#49747)
Co-authored-by: mongo-pr-bot[bot] <230616009+mongo-pr-bot[bot]@users.noreply.github.com> GitOrigin-RevId: eefa47c84168975c8003fc3df5958a7616f8f21f
This commit is contained in:
parent
4ddb25a024
commit
3f02dafeb2
@ -34,8 +34,6 @@ a notice will be included in
|
||||
| [fmt] | MIT | 11.2.0 | | ✗ |
|
||||
| [folly] | Apache-2.0 | 2023.12.25.00 | | ✗ |
|
||||
| [fuzztest] | BSD-3-Clause, Apache-2.0, HPND | 2025-07-28 | | |
|
||||
| [github.com/apache/arrow-nanoarrow] | Apache-2.0 | apache-arrow-nanoarrow-0.7.0 | | |
|
||||
| [github.com/apache/iceberg-cpp] | Apache-2.0 | v0.2.0-rc1 | | |
|
||||
| [googletest] | BSD-3-Clause | 1.17.0 | | |
|
||||
| [gperftools] | BSD-3-Clause | 2.9.1 | | ✗ |
|
||||
| [gRPC (C++)] | Apache-2.0 | 1.74.1 | | ✗ |
|
||||
@ -105,8 +103,6 @@ a notice will be included in
|
||||
[folly]: https://github.com/facebook/folly.git
|
||||
[fuzztest]: https://github.com/google/fuzztest.git
|
||||
[gRPC (C++)]: https://github.com/grpc/grpc.git
|
||||
[github.com/apache/arrow-nanoarrow]: pkg:github/apache/arrow-nanoarrow@apache-arrow-nanoarrow-0.7.0
|
||||
[github.com/apache/iceberg-cpp]: pkg:github/apache/iceberg-cpp@v0.2.0-rc1
|
||||
[googletest]: https://github.com/google/googletest.git
|
||||
[gperftools]: https://github.com/gperftools/gperftools.git
|
||||
[immer]: https://github.com/arximboldi/immer.git
|
||||
|
||||
48
sbom.json
48
sbom.json
@ -3,9 +3,9 @@
|
||||
"bomFormat": "CycloneDX",
|
||||
"specVersion": "1.5",
|
||||
"serialNumber": "urn:uuid:71d980f0-95c5-4dfa-8987-307eb8880ce2",
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"metadata": {
|
||||
"timestamp": "2026-03-16T06:12:10Z",
|
||||
"timestamp": "2026-03-17T06:09:16Z",
|
||||
"lifecycles": [
|
||||
{
|
||||
"phase": "pre-build"
|
||||
@ -563,8 +563,8 @@
|
||||
"supplier": {
|
||||
"name": "The Cyrus Project",
|
||||
"url": [
|
||||
"https://www.cyrusimap.org/sasl/",
|
||||
"https://www.cyrusimap.org/overview/who_is_cyrus.html"
|
||||
"https://www.cyrusimap.org/overview/who_is_cyrus.html",
|
||||
"https://www.cyrusimap.org/sasl/"
|
||||
]
|
||||
},
|
||||
"author": "The Cyrus Team",
|
||||
@ -2393,38 +2393,6 @@
|
||||
"value": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"bom-ref": "pkg:github/apache/arrow-nanoarrow@apache-arrow-nanoarrow-0.7.0?package-id=614f3463351947a8",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "Apache-2.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "github.com/apache/arrow-nanoarrow",
|
||||
"purl": "pkg:github/apache/arrow-nanoarrow@apache-arrow-nanoarrow-0.7.0",
|
||||
"type": "library",
|
||||
"version": "apache-arrow-nanoarrow-0.7.0",
|
||||
"scope": "excluded",
|
||||
"properties": []
|
||||
},
|
||||
{
|
||||
"bom-ref": "pkg:github/apache/iceberg-cpp@v0.2.0-rc1?package-id=ce0b9d2c8402061a",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "Apache-2.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "github.com/apache/iceberg-cpp",
|
||||
"purl": "pkg:github/apache/iceberg-cpp@v0.2.0-rc1",
|
||||
"type": "library",
|
||||
"version": "v0.2.0-rc1",
|
||||
"scope": "excluded",
|
||||
"properties": []
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
@ -2682,14 +2650,6 @@
|
||||
{
|
||||
"ref": "pkg:pypi/ocspresponder@0.5.0",
|
||||
"dependsOn": []
|
||||
},
|
||||
{
|
||||
"ref": "pkg:github/apache/arrow-nanoarrow@apache-arrow-nanoarrow-0.7.0?package-id=614f3463351947a8",
|
||||
"dependsOn": []
|
||||
},
|
||||
{
|
||||
"ref": "pkg:github/apache/iceberg-cpp@v0.2.0-rc1?package-id=ce0b9d2c8402061a",
|
||||
"dependsOn": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user