Skip to content

Commit

Permalink
MONGOCRYPT-672 add SBOM Lite
Browse files Browse the repository at this point in the history
Add SBOM Lite to release branch so Silk can find SBOM lite.
  • Loading branch information
kevinAlbs committed Jun 24, 2024
1 parent 1ab7ddc commit ecc1ee0
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions etc/cyclonedx.sbom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"components": [
{
"bom-ref": "pkg:github/mongodb/mongo-c-driver@v1.27.1#src/libbson",
"copyright": "Copyright 2009-present MongoDB, Inc.",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/v1.27.1.tar.gz"
},
{
"type": "website",
"url": "https://github.com/mongodb/mongo-c-driver/tree/v1.27.1"
}
],
"group": "mongodb",
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"name": "mongo-c-driver",
"purl": "pkg:github/mongodb/mongo-c-driver@v1.27.1#src/libbson",
"type": "library",
"version": "v1.27.1"
},
{
"bom-ref": "pkg:generic/IntelRDFPMathLib@20U2?download_url=https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz",
"copyright": "Copyright (c) 2018, Intel Corp.",
"externalReferences": [
{
"type": "distribution",
"url": "https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz"
}
],
"licenses": [
{
"license": {
"id": "BSD-3-Clause"
}
}
],
"name": "IntelRDFPMathLib",
"purl": "pkg:generic/IntelRDFPMathLib@20U2?download_url=https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz",
"type": "library",
"version": "20U2"
}
],
"dependencies": [
{
"ref": "pkg:generic/IntelRDFPMathLib@20U2?download_url=https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz"
},
{
"ref": "pkg:github/mongodb/mongo-c-driver@v1.27.1#src/libbson"
}
],
"metadata": {
"timestamp": "2024-05-10T12:07:55.084050+00:00",
"tools": [
{
"externalReferences": [
{
"type": "build-system",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
},
{
"type": "distribution",
"url": "https://pypi.org/project/cyclonedx-python-lib/"
},
{
"type": "documentation",
"url": "https://cyclonedx-python-library.readthedocs.io/"
},
{
"type": "issue-tracker",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
},
{
"type": "license",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
},
{
"type": "release-notes",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
},
{
"type": "vcs",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
},
{
"type": "website",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
}
],
"name": "cyclonedx-python-lib",
"vendor": "CycloneDX",
"version": "6.4.4"
}
]
},
"serialNumber": "urn:uuid:879e1b41-08d8-4505-8c89-2285bc3e442c",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}

0 comments on commit ecc1ee0

Please sign in to comment.