Skip to content

Commit

Permalink
chore: update SBOM for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Feb 6, 2023
1 parent e3df934 commit 2501a9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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.4.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid1bb3fbf5-acd9-4d05-937d-c08f5d8a8961",
"serialNumber": "urn:uuidfcc35312-3ec0-4efa-a5b7-1dbe03954ca4",
"version": 1,
"metadata": {
"timestamp": "2023-01-30T00:28:02Z",
"timestamp": "2023-02-06T00:56:11Z",
"tools": [
{
"name": "sbom4python",
Expand Down Expand Up @@ -174,9 +174,9 @@
"type": "library",
"bom-ref": "11-beautifulsoup4",
"name": "beautifulsoup4",
"version": "4.11.1",
"version": "4.11.2",
"author": "Leonard Richardson",
"cpe": "cpe:/a:leonard_richardson:beautifulsoup4:4.11.1",
"cpe": "cpe:/a:leonard_richardson:beautifulsoup4:4.11.2",
"licenses": [
{
"license": {
Expand All @@ -185,7 +185,7 @@
}
}
],
"purl": "pkg:pypi/beautifulsoup4@4.11.1"
"purl": "pkg:pypi/beautifulsoup4@4.11.2"
},
{
"type": "library",
Expand Down Expand Up @@ -235,9 +235,9 @@
"type": "library",
"bom-ref": "16-gsutil",
"name": "gsutil",
"version": "5.19",
"version": "5.20",
"author": "Google Inc.",
"cpe": "cpe:/a:google_inc.:gsutil:5.19",
"cpe": "cpe:/a:google_inc.:gsutil:5.20",
"licenses": [
{
"license": {
Expand All @@ -246,7 +246,7 @@
}
}
],
"purl": "pkg:pypi/gsutil@5.19"
"purl": "pkg:pypi/gsutil@5.20"
},
{
"type": "library",
Expand Down
16 changes: 8 additions & 8 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.2
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: cve-bin-tool
DocumentNamespace: http://spdx.org/spdxdocs/cve-bin-tool-56d4d0bc-b6ed-48e7-adf1-44d31eaf853a
DocumentNamespace: http://spdx.org/spdxdocs/cve-bin-tool-8e581034-78a7-4780-9f1a-89dc6e805013
LicenseListVersion: 3.18
Creator: Tool: sbom4python-0.7.0
Created: 2023-01-30T00:26:45Z
Created: 2023-02-06T00:55:07Z
CreatorComment: <text>This document has been automatically generated.</text>
#####

Expand Down Expand Up @@ -149,15 +149,15 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:kim_davies:idna:3.4:*:*:*:*:*:*:*
PackageName: beautifulsoup4
SPDXID: SPDXRef-Package-11-beautifulsoup4
PackageSupplier: Person: Leonard Richardson (leonardr@segfault.org)
PackageVersion: 4.11.1
PackageVersion: 4.11.2
PackageDownloadLocation: NOASSERTION
FilesAnalyzed: false
##### Reported license MIT
PackageLicenseConcluded: MIT
PackageLicenseDeclared: MIT
PackageCopyrightText: NOASSERTION
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/beautifulsoup4@4.11.1
ExternalRef: SECURITY cpe23Type cpe:2.3:a:leonard_richardson:beautifulsoup4:4.11.1:*:*:*:*:*:*:*
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/beautifulsoup4@4.11.2
ExternalRef: SECURITY cpe23Type cpe:2.3:a:leonard_richardson:beautifulsoup4:4.11.2:*:*:*:*:*:*:*
#####

PackageName: soupsieve
Expand Down Expand Up @@ -219,15 +219,15 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:nir_cohen:distro:1.8.0:*:*:*:*:*:*:*
PackageName: gsutil
SPDXID: SPDXRef-Package-16-gsutil
PackageSupplier: Person: Google Inc. (buganizer-system+187143@google.com)
PackageVersion: 5.19
PackageVersion: 5.20
PackageDownloadLocation: NOASSERTION
FilesAnalyzed: false
##### Reported license Apache 2.0
PackageLicenseConcluded: Apache-2.0
PackageLicenseDeclared: Apache-2.0
PackageCopyrightText: NOASSERTION
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/gsutil@5.19
ExternalRef: SECURITY cpe23Type cpe:2.3:a:google_inc.:gsutil:5.19:*:*:*:*:*:*:*
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/gsutil@5.20
ExternalRef: SECURITY cpe23Type cpe:2.3:a:google_inc.:gsutil:5.20:*:*:*:*:*:*:*
#####

PackageName: argcomplete
Expand Down

0 comments on commit 2501a9e

Please sign in to comment.