diff --git a/etc/cyclonedx.sbom.json b/etc/cyclonedx.sbom.json new file mode 100644 index 000000000..a12ef9bf7 --- /dev/null +++ b/etc/cyclonedx.sbom.json @@ -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" +}