-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ed4d88
commit 12e2980
Showing
2 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |