Skip to content

Commit

Permalink
chore(NODE-6142): add node sbom lite file (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 2, 2024
1 parent 4d1b3f2 commit 9f47b12
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"components": [
{
"bom-ref": "pkg:github/mongodb/libmongocrypt",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/mongodb/libmongocrypt"
}
],
"group": "mongodb",
"name": "libmongocrypt",
"purl": "pkg:github/mongodb/libmongocrypt",
"type": "library"
}
],
"dependencies": [
{
"ref": "pkg:github/mongodb/libmongocrypt"
}
],
"metadata": {
"timestamp": "2024-05-01T20:55:10.513782+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:d39c0f4e-9f42-4f2b-8102-01c5da520fe7",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}

0 comments on commit 9f47b12

Please sign in to comment.