Skip to content

Commit

Permalink
chore: update SBOM for Python 3.11 (#4140)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored May 30, 2024
1 parent daddd22 commit 1c1f3dc
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.11.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:2517bccd-0e14-4a43-8f1c-68ee87099e0f",
"serialNumber": "urn:uuid:eb1f2323-fcd2-4d64-95cf-1889f50d4ada",
"version": 1,
"metadata": {
"timestamp": "2024-05-20T00:28:17Z",
"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.11.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-a18e0454-728e-4a13-8cfd-68e27dec2387
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-1e1f34fe-9584-4982-9f48-6e445a1052e9
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.4
Created: 2024-05-20T00:26:55Z
Created: 2024-05-27T00:27:17Z
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 ([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

0 comments on commit 1c1f3dc

Please sign in to comment.