Skip to content

Commit

Permalink
chore: update SBOM for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and pdxjohnny committed Dec 12, 2023
1 parent 1ed4d88 commit 12e2980
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
72 changes: 72 additions & 0 deletions sbom/httptest-py3.10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"serialNumber": "urn:uuid:c27a785c-9643-4d47-a740-5d299cb6d9b4",
"version": 1,
"metadata": {
"timestamp": "2023-12-12T16:36:04Z",
"tools": {
"components": [
{
"name": "sbom4python",
"version": "0.10.1",
"type": "application"
}
]
},
"component": {
"type": "application",
"bom-ref": "CDXRef-DOCUMENT",
"name": "Python-httptest"
}
},
"components": [
{
"type": "application",
"bom-ref": "1-httptest",
"name": "httptest",
"version": "0.1.dev1+g1ed4d88",
"supplier": {
"name": "John Andersen",
"contact": [
{
"email": "[email protected]"
}
]
},
"cpe": "cpe:2.3:a:john_andersen:httptest:0.1.dev1+g1ed4d88:*:*:*:*:*:*:*",
"description": "Add unit tests to your http client",
"licenses": [
{
"license": {
"id": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
}
],
"externalReferences": [
{
"url": "https://pypi.org/project/httptest/0.1.dev1+g1ed4d88",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/[email protected]+g1ed4d88",
"properties": [
{
"name": "language",
"value": "Python"
}
]
}
],
"dependencies": [
{
"ref": "CDXRef-DOCUMENT",
"dependsOn": [
"1-httptest"
]
}
]
}
27 changes: 27 additions & 0 deletions sbom/httptest-py3.10.spdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
SPDXVersion: SPDX-2.3
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: Python-httptest
DocumentNamespace: http://spdx.org/spdxdocs/Python-httptest-48053ed2-4ad9-4eb0-812c-269beb264bad
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.1
Created: 2023-12-12T16:36:03Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

PackageName: httptest
SPDXID: SPDXRef-Package-1-httptest
PackageVersion: 0.1.dev1+g1ed4d88
PrimaryPackagePurpose: APPLICATION
PackageSupplier: Person: John Andersen ([email protected])
PackageDownloadLocation: https://pypi.org/project/httptest/0.1.dev1+g1ed4d88
FilesAnalyzed: false
PackageLicenseDeclared: MIT
PackageLicenseConcluded: MIT
PackageCopyrightText: NOASSERTION
PackageSummary: <text>Add unit tests to your http client</text>
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected]+g1ed4d88
ExternalRef: SECURITY cpe23Type cpe:2.3:a:john_andersen:httptest:0.1.dev1+g1ed4d88:*:*:*:*:*:*:*
#####

Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-1-httptest

0 comments on commit 12e2980

Please sign in to comment.