Skip to content

Commit 9d062f2

Browse files
chore: update SBOM for Python 3.11 (#4169)
Co-authored-by: GitHub <[email protected]>
1 parent 167a1cb commit 9d062f2

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

sbom/cve-bin-tool-py3.11.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.6",
5-
"serialNumber": "urn:uuid:bf873e46-4fea-4e8e-b81e-fbfae368b84a",
5+
"serialNumber": "urn:uuid:e01caae8-315f-4cee-86eb-da44a110f7a6",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2024-06-03T00:28:47Z",
8+
"timestamp": "2024-06-10T00:29:56Z",
99
"tools": {
1010
"components": [
1111
{
@@ -1472,7 +1472,7 @@
14721472
"type": "library",
14731473
"bom-ref": "34-cryptography",
14741474
"name": "cryptography",
1475-
"version": "42.0.7",
1475+
"version": "42.0.8",
14761476
"supplier": {
14771477
"name": "The Python Cryptographic Authority and individual contributors",
14781478
"contact": [
@@ -1481,7 +1481,7 @@
14811481
}
14821482
]
14831483
},
1484-
"cpe": "cpe:2.3:a:the_python_cryptographic_authority_and_individual_contributors:cryptography:42.0.7:*:*:*:*:*:*:*",
1484+
"cpe": "cpe:2.3:a:the_python_cryptographic_authority_and_individual_contributors:cryptography:42.0.8:*:*:*:*:*:*:*",
14851485
"description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.",
14861486
"licenses": [
14871487
{
@@ -1490,12 +1490,12 @@
14901490
],
14911491
"externalReferences": [
14921492
{
1493-
"url": "https://pypi.org/project/cryptography/42.0.7",
1493+
"url": "https://pypi.org/project/cryptography/42.0.8",
14941494
"type": "distribution",
14951495
"comment": "Download location for component"
14961496
}
14971497
],
1498-
"purl": "pkg:pypi/[email protected].7",
1498+
"purl": "pkg:pypi/[email protected].8",
14991499
"properties": [
15001500
{
15011501
"name": "language",
@@ -2148,7 +2148,7 @@
21482148
"type": "library",
21492149
"bom-ref": "50-packaging",
21502150
"name": "packaging",
2151-
"version": "24.0",
2151+
"version": "24.1",
21522152
"supplier": {
21532153
"name": "Donald Stufft",
21542154
"contact": [
@@ -2157,16 +2157,16 @@
21572157
}
21582158
]
21592159
},
2160-
"cpe": "cpe:2.3:a:donald_stufft:packaging:24.0:*:*:*:*:*:*:*",
2160+
"cpe": "cpe:2.3:a:donald_stufft:packaging:24.1:*:*:*:*:*:*:*",
21612161
"description": "Core utilities for Python packages",
21622162
"externalReferences": [
21632163
{
2164-
"url": "https://pypi.org/project/packaging/24.0",
2164+
"url": "https://pypi.org/project/packaging/24.1",
21652165
"type": "distribution",
21662166
"comment": "Download location for component"
21672167
}
21682168
],
2169-
"purl": "pkg:pypi/packaging@24.0",
2169+
"purl": "pkg:pypi/packaging@24.1",
21702170
"properties": [
21712171
{
21722172
"name": "language",
@@ -2613,6 +2613,12 @@
26132613
},
26142614
"cpe": "cpe:2.3:a:georg_brandl:pygments:2.18.0:*:*:*:*:*:*:*",
26152615
"description": "Pygments is a syntax highlighting package written in Python.",
2616+
"hashes": [
2617+
{
2618+
"alg": "SHA-1",
2619+
"content": "d7d11f6e6d3aa97805215c1cc833ea5f0ef1fcbb"
2620+
}
2621+
],
26162622
"licenses": [
26172623
{
26182624
"license": {

sbom/cve-bin-tool-py3.11.spdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ SPDXVersion: SPDX-2.3
22
DataLicense: CC0-1.0
33
SPDXID: SPDXRef-DOCUMENT
44
DocumentName: Python-cve-bin-tool
5-
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-e0caa7eb-0160-4c34-8422-5adb39a170ad
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-be377122-c0be-449b-be0c-46c8f91e0c1d
66
LicenseListVersion: 3.22
77
Creator: Tool: sbom4python-0.10.4
8-
Created: 2024-06-03T00:27:26Z
8+
Created: 2024-06-10T00:28:42Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -541,17 +541,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_pyopenssl_developers:pyopenssl:24.
541541

542542
PackageName: cryptography
543543
SPDXID: SPDXRef-Package-34-cryptography
544-
PackageVersion: 42.0.7
544+
PackageVersion: 42.0.8
545545
PrimaryPackagePurpose: LIBRARY
546546
PackageSupplier: Organization: The Python Cryptographic Authority and individual contributors ([email protected])
547-
PackageDownloadLocation: https://pypi.org/project/cryptography/42.0.7
547+
PackageDownloadLocation: https://pypi.org/project/cryptography/42.0.8
548548
FilesAnalyzed: false
549549
PackageLicenseDeclared: Apache-2.0 OR BSD-3-Clause
550550
PackageLicenseConcluded: Apache-2.0 OR BSD-3-Clause
551551
PackageCopyrightText: NOASSERTION
552552
PackageSummary: <text>cryptography is a package which provides cryptographic recipes and primitives to Python developers.</text>
553-
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/[email protected].7
554-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_python_cryptographic_authority_and_individual_contributors:cryptography:42.0.7:*:*:*:*:*:*:*
553+
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/[email protected].8
554+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_python_cryptographic_authority_and_individual_contributors:cryptography:42.0.8:*:*:*:*:*:*:*
555555
#####
556556

557557
PackageName: cffi
@@ -793,17 +793,17 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:the_purl_authors:packageurl-python:0.1
793793

794794
PackageName: packaging
795795
SPDXID: SPDXRef-Package-50-packaging
796-
PackageVersion: 24.0
796+
PackageVersion: 24.1
797797
PrimaryPackagePurpose: LIBRARY
798798
PackageSupplier: Person: Donald Stufft ([email protected])
799-
PackageDownloadLocation: https://pypi.org/project/packaging/24.0
799+
PackageDownloadLocation: https://pypi.org/project/packaging/24.1
800800
FilesAnalyzed: false
801801
PackageLicenseDeclared: NOASSERTION
802802
PackageLicenseConcluded: NOASSERTION
803803
PackageCopyrightText: NOASSERTION
804804
PackageSummary: <text>Core utilities for Python packages</text>
805-
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/packaging@24.0
806-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:donald_stufft:packaging:24.0:*:*:*:*:*:*:*
805+
ExternalRef: PACKAGE_MANAGER purl pkg:pypi/packaging@24.1
806+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:donald_stufft:packaging:24.1:*:*:*:*:*:*:*
807807
#####
808808

809809
PackageName: plotly
@@ -969,6 +969,7 @@ PrimaryPackagePurpose: LIBRARY
969969
PackageSupplier: Person: Georg Brandl ([email protected])
970970
PackageDownloadLocation: https://pypi.org/project/Pygments/2.18.0
971971
FilesAnalyzed: false
972+
PackageChecksum: SHA1: d7d11f6e6d3aa97805215c1cc833ea5f0ef1fcbb
972973
PackageLicenseDeclared: BSD-2-Clause
973974
PackageLicenseConcluded: BSD-2-Clause
974975
PackageCopyrightText: NOASSERTION

0 commit comments

Comments
 (0)