Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update SBOM for Python 3.12 #4233

Merged
merged 1 commit into from
Jul 2, 2024
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: 12 additions & 6 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:a587ecc0-5f69-4c77-bf48-18630025c783",
"serialNumber": "urn:uuid:e27b5902-ba3a-444c-8a9d-845375e9619f",
"version": 1,
"metadata": {
"timestamp": "2024-06-24T00:29:36Z",
"timestamp": "2024-07-01T00:32:44Z",
"tools": {
"components": [
{
Expand Down Expand Up @@ -2484,7 +2484,7 @@
"type": "library",
"bom-ref": "58-tenacity",
"name": "tenacity",
"version": "8.4.1",
"version": "8.4.2",
"supplier": {
"name": "Julien Danjou",
"contact": [
Expand All @@ -2493,7 +2493,7 @@
}
]
},
"cpe": "cpe:2.3:a:julien_danjou:tenacity:8.4.1:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:julien_danjou:tenacity:8.4.2:*:*:*:*:*:*:*",
"description": "Retry code until it succeeds",
"licenses": [
{
Expand All @@ -2505,12 +2505,12 @@
],
"externalReferences": [
{
"url": "https://pypi.org/project/tenacity/8.4.1",
"url": "https://pypi.org/project/tenacity/8.4.2",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/tenacity@8.4.1",
"purl": "pkg:pypi/tenacity@8.4.2",
"properties": [
{
"name": "language",
Expand Down Expand Up @@ -2847,6 +2847,12 @@
},
"cpe": "cpe:2.3:a:davide_brunato:elementpath:4.4.0:*:*:*:*:*:*:*",
"description": "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml",
"hashes": [
{
"alg": "SHA-1",
"content": "004fca18366974c34193176bd3a356f711330ca0"
}
],
"licenses": [
{
"license": {
Expand Down
13 changes: 7 additions & 6 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-08ab13b5-ad50-440f-8363-f8493ae5004f
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-75779e7c-ca25-46c2-85fa-80dc4ed349c7
LicenseListVersion: 3.22
Creator: Tool: sbom4python-0.10.4
Created: 2024-06-24T00:28:39Z
Created: 2024-07-01T00:31:47Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

Expand Down Expand Up @@ -917,18 +917,18 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:chris_p:plotly:5.22.0:*:*:*:*:*:*:*

PackageName: tenacity
SPDXID: SPDXRef-Package-58-tenacity
PackageVersion: 8.4.1
PackageVersion: 8.4.2
PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Julien Danjou (julien@danjou.info)
PackageDownloadLocation: https://pypi.org/project/tenacity/8.4.1
PackageDownloadLocation: https://pypi.org/project/tenacity/8.4.2
FilesAnalyzed: false
PackageLicenseDeclared: NOASSERTION
PackageLicenseConcluded: Apache-2.0
PackageLicenseComments: <text>tenacity declares Apache 2.0 which is not currently a valid SPDX License identifier or expression.</text>
PackageCopyrightText: NOASSERTION
PackageSummary: <text>Retry code until it succeeds</text>
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/tenacity@8.4.1
ExternalRef: SECURITY cpe23Type cpe:2.3:a:julien_danjou:tenacity:8.4.1:*:*:*:*:*:*:*
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/tenacity@8.4.2
ExternalRef: SECURITY cpe23Type cpe:2.3:a:julien_danjou:tenacity:8.4.2:*:*:*:*:*:*:*
#####

PackageName: python-gnupg
Expand Down Expand Up @@ -1048,6 +1048,7 @@ PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Davide Brunato (brunato@sissa.it)
PackageDownloadLocation: https://pypi.org/project/elementpath/4.4.0
FilesAnalyzed: false
PackageChecksum: SHA1: 004fca18366974c34193176bd3a356f711330ca0
PackageLicenseDeclared: MIT
PackageLicenseConcluded: MIT
PackageCopyrightText: NOASSERTION
Expand Down
Loading