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.10 #3108

Merged
merged 1 commit into from
Jun 26, 2023
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
12 changes: 6 additions & 6 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.4.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuidca6b7b6d-f0cc-4da8-85d7-66de89ca10fc",
"serialNumber": "urn:uuid0d48cc9f-4f3f-4799-920d-e16ef1459c37",
"version": 1,
"metadata": {
"timestamp": "2023-06-19T00:29:08Z",
"timestamp": "2023-06-26T00:33:30Z",
"tools": [
{
"name": "sbom4python",
Expand Down Expand Up @@ -547,7 +547,7 @@
"type": "library",
"bom-ref": "16-gsutil",
"name": "gsutil",
"version": "5.24",
"version": "5.25",
"supplier": {
"name": "Google Inc.",
"contact": [
Expand All @@ -556,7 +556,7 @@
}
]
},
"cpe": "cpe:2.3:a:google_inc.:gsutil:5.24:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:google_inc.:gsutil:5.25:*:*:*:*:*:*:*",
"description": "A command line tool for interacting with cloud storage services.",
"licenses": [
{
Expand All @@ -573,12 +573,12 @@
"comment": "Home page for project"
},
{
"url": "https://pypi.org/project/gsutil/5.24",
"url": "https://pypi.org/project/gsutil/5.25",
"type": "distribution",
"comment": "Download location for component"
}
],
"purl": "pkg:pypi/gsutil@5.24",
"purl": "pkg:pypi/gsutil@5.25",
"properties": [
{
"name": "License Comments",
Expand Down
12 changes: 6 additions & 6 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-888467a7-bdcd-4ded-b1ec-86364da5f20f
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-4978efc0-ccd0-48aa-ba68-02ab2929093e
LicenseListVersion: 3.20
Creator: Tool: sbom4python-0.9.1
Created: 2023-06-19T00:28:00Z
Created: 2023-06-26T00:31:58Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

Expand Down Expand Up @@ -252,19 +252,19 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:nir_cohen:distro:1.8.0:*:*:*:*:*:*:*

PackageName: gsutil
SPDXID: SPDXRef-Package-16-gsutil
PackageVersion: 5.24
PackageVersion: 5.25
PrimaryPackagePurpose: LIBRARY
PackageSupplier: Person: Google Inc. (buganizer-system+187143@google.com)
PackageDownloadLocation: https://pypi.org/project/gsutil/5.24
PackageDownloadLocation: https://pypi.org/project/gsutil/5.25
FilesAnalyzed: false
PackageHomePage: https://cloud.google.com/storage/docs/gsutil
PackageLicenseDeclared: NOASSERTION
PackageLicenseConcluded: Apache-2.0
PackageLicenseComments: <text>gsutil declares Apache 2.0 which is not currently a valid SPDX License identifier or expression.</text>
PackageCopyrightText: NOASSERTION
PackageSummary: <text>A command line tool for interacting with cloud storage services.</text>
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/gsutil@5.24
ExternalRef: SECURITY cpe23Type cpe:2.3:a:google_inc.:gsutil:5.24:*:*:*:*:*:*:*
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/gsutil@5.25
ExternalRef: SECURITY cpe23Type cpe:2.3:a:google_inc.:gsutil:5.25:*:*:*:*:*:*:*
#####

PackageName: argcomplete
Expand Down