Skip to content

Commit

Permalink
chore: update SBOM for Python 3.12 (#4141)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored May 30, 2024
1 parent 9b305bb commit daddd22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
18 changes: 6 additions & 12 deletions sbom/cve-bin-tool-py3.12.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:e52a72f9-0181-4811-92a1-ce5cae9eb918",
"serialNumber": "urn:uuid:11139ee3-d298-46b0-8827-24381f826a72",
"version": 1,
"metadata": {
"timestamp": "2024-05-20T00:28:19Z",
"timestamp": "2024-05-27T00:28:41Z",
"tools": {
"components": [
{
Expand Down Expand Up @@ -2314,7 +2314,7 @@
"type": "library",
"bom-ref": "54-requests",
"name": "requests",
"version": "2.31.0",
"version": "2.32.2",
"supplier": {
"name": "Kenneth Reitz",
"contact": [
Expand All @@ -2323,14 +2323,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 @@ -2341,12 +2335,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.12.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-380fd52e-fd13-4c41-85ad-db0debb506fd
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-be08ea65-e459-4492-9dee-d079d1c89149
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.4
Created: 2024-05-20T00:26:49Z
Created: 2024-05-27T00:27:15Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

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

PackageName: requests
SPDXID: SPDXRef-Package-54-requests
PackageVersion: 2.31.0
PackageVersion: 2.32.2
PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Kenneth Reitz (me@kennethreitz.org)
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

0 comments on commit daddd22

Please sign in to comment.