From 12e298090c0cf5ad04674a2c63ccbcffab108dab Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 12 Dec 2023 16:36:04 +0000 Subject: [PATCH] chore: update SBOM for Python 3.10 --- sbom/httptest-py3.10.json | 72 +++++++++++++++++++++++++++++++++++++++ sbom/httptest-py3.10.spdx | 27 +++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 sbom/httptest-py3.10.json create mode 100644 sbom/httptest-py3.10.spdx diff --git a/sbom/httptest-py3.10.json b/sbom/httptest-py3.10.json new file mode 100644 index 0000000..c12d60a --- /dev/null +++ b/sbom/httptest-py3.10.json @@ -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": "johnandersenpdx@gmail.com" + } + ] + }, + "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/httptest@0.1.dev1+g1ed4d88", + "properties": [ + { + "name": "language", + "value": "Python" + } + ] + } + ], + "dependencies": [ + { + "ref": "CDXRef-DOCUMENT", + "dependsOn": [ + "1-httptest" + ] + } + ] +} diff --git a/sbom/httptest-py3.10.spdx b/sbom/httptest-py3.10.spdx new file mode 100644 index 0000000..469598a --- /dev/null +++ b/sbom/httptest-py3.10.spdx @@ -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: This document has been automatically generated. +##### + +PackageName: httptest +SPDXID: SPDXRef-Package-1-httptest +PackageVersion: 0.1.dev1+g1ed4d88 +PrimaryPackagePurpose: APPLICATION +PackageSupplier: Person: John Andersen (johnandersenpdx@gmail.com) +PackageDownloadLocation: https://pypi.org/project/httptest/0.1.dev1+g1ed4d88 +FilesAnalyzed: false +PackageLicenseDeclared: MIT +PackageLicenseConcluded: MIT +PackageCopyrightText: NOASSERTION +PackageSummary: Add unit tests to your http client +ExternalRef: PACKAGE-MANAGER purl pkg:pypi/httptest@0.1.dev1+g1ed4d88 +ExternalRef: SECURITY cpe23Type cpe:2.3:a:john_andersen:httptest:0.1.dev1+g1ed4d88:*:*:*:*:*:*:* +##### + +Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-Package-1-httptest