Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions sbom/cve-bin-tool-py3.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:6f0a7ce7-de20-4120-9766-3f133c57ee38",
"serialNumber": "urn:uuid:b2dc5259-963f-4893-87ac-91f14b10d00c",
"version": 1,
"metadata": {
"timestamp": "2024-05-20T00:28:21Z",
"timestamp": "2024-05-27T00:28:44Z",
"tools": {
"components": [
{
Expand Down Expand Up @@ -2362,7 +2362,7 @@
"type": "library",
"bom-ref": "55-requests",
"name": "requests",
"version": "2.31.0",
"version": "2.32.2",
"supplier": {
"name": "Kenneth Reitz",
"contact": [
Expand All @@ -2371,14 +2371,8 @@
}
]
},
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.32.2:*:*:*:*:*:*:*",
"description": "Python HTTP for Humans.",
"hashes": [
{
"alg": "SHA-1",
"content": "147c8511ddbfa5e8f71bbf5c18ede0c4ceb3bba4"
}
],
"licenses": [
{
"license": {
Expand All @@ -2389,12 +2383,12 @@
],
"externalReferences": [
{
"url": "https://pypi.org/project/requests/2.31.0",
"url": "https://pypi.org/project/requests/2.32.2",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/requests@2.31.0",
"purl": "pkg:pypi/requests@2.32.2",
"properties": [
{
"name": "language",
Expand Down
16 changes: 7 additions & 9 deletions sbom/cve-bin-tool-py3.10.spdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ SPDXVersion: SPDX-2.3
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: Python-cve-bin-tool
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-68475ad9-59ac-45a0-aa18-f5fada8c42c1
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-14a54b7e-c913-4e61-b581-813269f50967
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.4
Created: 2024-05-20T00:26:49Z
Created: 2024-05-27T00:27:21Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

Expand Down Expand Up @@ -873,19 +873,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:vinay_sajip:python-gnupg:0.5.2:*:*:*:*

PackageName: requests
SPDXID: SPDXRef-Package-55-requests
PackageVersion: 2.31.0
PackageVersion: 2.32.2
PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Kenneth Reitz ([email protected])
PackageDownloadLocation: https://pypi.org/project/requests/2.31.0
PackageDownloadLocation: https://pypi.org/project/requests/2.32.2
FilesAnalyzed: false
PackageChecksum: SHA1: 147c8511ddbfa5e8f71bbf5c18ede0c4ceb3bba4
PackageLicenseDeclared: NOASSERTION
PackageLicenseDeclared: Apache-2.0
PackageLicenseConcluded: Apache-2.0
PackageLicenseComments: <text>requests declares Apache 2.0 which is not currently a valid SPDX License identifier or expression.</text>
PackageCopyrightText: NOASSERTION
PackageSummary: <text>Python HTTP for Humans.</text>
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/requests@2.31.0
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.31.0:*:*:*:*:*:*:*
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/requests@2.32.2
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.32.2:*:*:*:*:*:*:*
#####

PackageName: certifi
Expand Down