Skip to content

Commit d475a0b

Browse files
chore: update SBOM for Python 3.13 (#5075)
Co-authored-by: GitHub <[email protected]>
1 parent f758312 commit d475a0b

File tree

2 files changed

+45
-38
lines changed

2 files changed

+45
-38
lines changed

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

+25-19
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:b2af29b0-234f-4dc8-9f41-043508fbfa70",
5+
"serialNumber": "urn:uuid:dd8ab0b5-d81e-4731-abe3-cb7c5d6c20ef",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2025-05-05T00:42:51Z",
8+
"timestamp": "2025-05-12T00:42:32Z",
99
"lifecycles": [
1010
{
1111
"phase": "build"
@@ -4174,7 +4174,7 @@
41744174
"type": "library",
41754175
"bom-ref": "63-narwhals",
41764176
"name": "narwhals",
4177-
"version": "1.37.1",
4177+
"version": "1.38.2",
41784178
"supplier": {
41794179
"name": "Marco Gorelli",
41804180
"contact": [
@@ -4183,12 +4183,12 @@
41834183
}
41844184
]
41854185
},
4186-
"cpe": "cpe:2.3:a:marco_gorelli:narwhals:1.37.1:*:*:*:*:*:*:*",
4186+
"cpe": "cpe:2.3:a:marco_gorelli:narwhals:1.38.2:*:*:*:*:*:*:*",
41874187
"description": "Extremely lightweight compatibility layer between dataframe libraries",
41884188
"hashes": [
41894189
{
41904190
"alg": "SHA-256",
4191-
"content": "6f358a23b7351897d6efb45496dc0528918ce4ca6c8f9631594885cd873576a7"
4191+
"content": "a33a182e32f18d794a04e7828a5c401fb26ce9083f609993e7e5064aace641c7"
41924192
}
41934193
],
41944194
"licenses": [
@@ -4207,7 +4207,7 @@
42074207
"comment": "Home page for project"
42084208
},
42094209
{
4210-
"url": "https://pypi.org/project/narwhals/1.37.1/#files",
4210+
"url": "https://pypi.org/project/narwhals/1.38.2/#files",
42114211
"type": "distribution",
42124212
"comment": "Download location for component"
42134213
},
@@ -4224,11 +4224,11 @@
42244224
"type": "issue-tracker"
42254225
}
42264226
],
4227-
"purl": "pkg:pypi/narwhals@1.37.1",
4227+
"purl": "pkg:pypi/narwhals@1.38.2",
42284228
"properties": [
42294229
{
42304230
"name": "release_date",
4231-
"value": "2025-04-29T13:56:31Z"
4231+
"value": "2025-05-08T17:02:25Z"
42324232
},
42334233
{
42344234
"name": "language",
@@ -4637,7 +4637,7 @@
46374637
"type": "library",
46384638
"bom-ref": "70-setuptools",
46394639
"name": "setuptools",
4640-
"version": "80.3.1",
4640+
"version": "80.4.0",
46414641
"supplier": {
46424642
"name": "Python Packaging Authority",
46434643
"contact": [
@@ -4646,17 +4646,17 @@
46464646
}
46474647
]
46484648
},
4649-
"cpe": "cpe:2.3:a:python_packaging_authority:setuptools:80.3.1:*:*:*:*:*:*:*",
4649+
"cpe": "cpe:2.3:a:python_packaging_authority:setuptools:80.4.0:*:*:*:*:*:*:*",
46504650
"description": "Easily download, build, install, upgrade, and uninstall Python packages",
46514651
"hashes": [
46524652
{
46534653
"alg": "SHA-256",
4654-
"content": "ea8e00d7992054c4c592aeb892f6ad51fe1b4d90cc6947cc45c45717c40ec537"
4654+
"content": "6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"
46554655
}
46564656
],
46574657
"externalReferences": [
46584658
{
4659-
"url": "https://pypi.org/project/setuptools/80.3.1/#files",
4659+
"url": "https://pypi.org/project/setuptools/80.4.0/#files",
46604660
"type": "distribution",
46614661
"comment": "Download location for component"
46624662
},
@@ -4673,11 +4673,11 @@
46734673
"type": "log"
46744674
}
46754675
],
4676-
"purl": "pkg:pypi/setuptools@80.3.1",
4676+
"purl": "pkg:pypi/setuptools@80.4.0",
46774677
"properties": [
46784678
{
46794679
"name": "release_date",
4680-
"value": "2025-05-04T18:47:02Z"
4680+
"value": "2025-05-09T20:42:25Z"
46814681
},
46824682
{
46834683
"name": "language",
@@ -4742,7 +4742,7 @@
47424742
"type": "library",
47434743
"bom-ref": "72-elementpath",
47444744
"name": "elementpath",
4745-
"version": "5.0.0",
4745+
"version": "5.0.1",
47464746
"supplier": {
47474747
"name": "Davide Brunato",
47484748
"contact": [
@@ -4751,25 +4751,31 @@
47514751
}
47524752
]
47534753
},
4754-
"cpe": "cpe:2.3:a:davide_brunato:elementpath:5.0.0:*:*:*:*:*:*:*",
4754+
"cpe": "cpe:2.3:a:davide_brunato:elementpath:5.0.1:*:*:*:*:*:*:*",
47554755
"description": "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml",
4756+
"hashes": [
4757+
{
4758+
"alg": "SHA-256",
4759+
"content": "334f796578d1d273e99838b6a731d265985ea9ab399e22b74ea1c3a3faa73c83"
4760+
}
4761+
],
47564762
"externalReferences": [
47574763
{
47584764
"url": "https://github.com/sissaschool/elementpath",
47594765
"type": "website",
47604766
"comment": "Home page for project"
47614767
},
47624768
{
4763-
"url": "https://pypi.org/project/elementpath/5.0.0/#files",
4769+
"url": "https://pypi.org/project/elementpath/5.0.1/#files",
47644770
"type": "distribution",
47654771
"comment": "Download location for component"
47664772
}
47674773
],
4768-
"purl": "pkg:pypi/[email protected].0",
4774+
"purl": "pkg:pypi/[email protected].1",
47694775
"properties": [
47704776
{
47714777
"name": "release_date",
4772-
"value": "2025-04-13T20:41:21Z"
4778+
"value": "2025-05-11T16:01:16Z"
47734779
},
47744780
{
47754781
"name": "language",

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

+20-19
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-62f63aea-cf48-4823-8c09-7b3252ecf413
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-a5c4a797-1fcf-49d3-91d2-2df41e833a79
66
LicenseListVersion: 3.25
77
Creator: Tool: sbom4python-0.12.3
8-
Created: 2025-05-05T00:42:45Z
8+
Created: 2025-05-12T00:42:26Z
99
CreatorComment: <text>SBOM Type: Build - This document has been automatically generated.</text>
1010
#####
1111

@@ -1339,24 +1339,24 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:chris_p:plotly:6.0.1:*:*:*:*:*:*:*
13391339

13401340
PackageName: narwhals
13411341
SPDXID: SPDXRef-63-narwhals
1342-
PackageVersion: 1.37.1
1342+
PackageVersion: 1.38.2
13431343
PrimaryPackagePurpose: LIBRARY
13441344
PackageSupplier: Person: Marco Gorelli ([email protected])
1345-
PackageDownloadLocation: https://pypi.org/project/narwhals/1.37.1/#files
1345+
PackageDownloadLocation: https://pypi.org/project/narwhals/1.38.2/#files
13461346
FilesAnalyzed: false
13471347
PackageHomePage: https://github.com/narwhals-dev/narwhals
1348-
PackageChecksum: SHA256: 6f358a23b7351897d6efb45496dc0528918ce4ca6c8f9631594885cd873576a7
1348+
PackageChecksum: SHA256: a33a182e32f18d794a04e7828a5c401fb26ce9083f609993e7e5064aace641c7
13491349
PackageLicenseDeclared: NOASSERTION
13501350
PackageLicenseConcluded: MIT
13511351
PackageLicenseComments: <text>narwhals declares MIT License which is not currently a valid SPDX License identifier or expression.</text>
13521352
PackageCopyrightText: NOASSERTION
13531353
PackageSummary: <text>Extremely lightweight compatibility layer between dataframe libraries</text>
1354-
ReleaseDate: 2025-04-29T13:56:31Z
1354+
ReleaseDate: 2025-05-08T17:02:25Z
13551355
ExternalRef: OTHER documentation https://narwhals-dev.github.io/narwhals/
13561356
ExternalRef: OTHER vcs https://github.com/narwhals-dev/narwhals
13571357
ExternalRef: OTHER issue-tracker https://github.com/narwhals-dev/narwhals/issues
1358-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/narwhals@1.37.1
1359-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:marco_gorelli:narwhals:1.37.1:*:*:*:*:*:*:*
1358+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/narwhals@1.38.2
1359+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:marco_gorelli:narwhals:1.38.2:*:*:*:*:*:*:*
13601360
#####
13611361

13621362
PackageName: python-gnupg
@@ -1482,22 +1482,22 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:sean_ross:rpmfile:2.1.0:*:*:*:*:*:*:*
14821482

14831483
PackageName: setuptools
14841484
SPDXID: SPDXRef-70-setuptools
1485-
PackageVersion: 80.3.1
1485+
PackageVersion: 80.4.0
14861486
PrimaryPackagePurpose: LIBRARY
14871487
PackageSupplier: Organization: Python Packaging Authority ([email protected])
1488-
PackageDownloadLocation: https://pypi.org/project/setuptools/80.3.1/#files
1488+
PackageDownloadLocation: https://pypi.org/project/setuptools/80.4.0/#files
14891489
FilesAnalyzed: false
1490-
PackageChecksum: SHA256: ea8e00d7992054c4c592aeb892f6ad51fe1b4d90cc6947cc45c45717c40ec537
1490+
PackageChecksum: SHA256: 6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2
14911491
PackageLicenseDeclared: NOASSERTION
14921492
PackageLicenseConcluded: NOASSERTION
14931493
PackageCopyrightText: NOASSERTION
14941494
PackageSummary: <text>Easily download, build, install, upgrade, and uninstall Python packages</text>
1495-
ReleaseDate: 2025-05-04T18:47:02Z
1495+
ReleaseDate: 2025-05-09T20:42:25Z
14961496
ExternalRef: OTHER vcs https://github.com/pypa/setuptools
14971497
ExternalRef: OTHER documentation https://setuptools.pypa.io/
14981498
ExternalRef: OTHER log https://setuptools.pypa.io/en/stable/history.html
1499-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/setuptools@80.3.1
1500-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:python_packaging_authority:setuptools:80.3.1:*:*:*:*:*:*:*
1499+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/setuptools@80.4.0
1500+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:python_packaging_authority:setuptools:80.4.0:*:*:*:*:*:*:*
15011501
#####
15021502

15031503
PackageName: xmlschema
@@ -1520,19 +1520,20 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:4.0.1:*:*:*:*
15201520

15211521
PackageName: elementpath
15221522
SPDXID: SPDXRef-72-elementpath
1523-
PackageVersion: 5.0.0
1523+
PackageVersion: 5.0.1
15241524
PrimaryPackagePurpose: LIBRARY
15251525
PackageSupplier: Person: Davide Brunato ([email protected])
1526-
PackageDownloadLocation: https://pypi.org/project/elementpath/5.0.0/#files
1526+
PackageDownloadLocation: https://pypi.org/project/elementpath/5.0.1/#files
15271527
FilesAnalyzed: false
15281528
PackageHomePage: https://github.com/sissaschool/elementpath
1529+
PackageChecksum: SHA256: 334f796578d1d273e99838b6a731d265985ea9ab399e22b74ea1c3a3faa73c83
15291530
PackageLicenseDeclared: NOASSERTION
15301531
PackageLicenseConcluded: NOASSERTION
15311532
PackageCopyrightText: NOASSERTION
15321533
PackageSummary: <text>XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml</text>
1533-
ReleaseDate: 2025-04-13T20:41:21Z
1534-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].0
1535-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:5.0.0:*:*:*:*:*:*:*
1534+
ReleaseDate: 2025-05-11T16:01:16Z
1535+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].1
1536+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:5.0.1:*:*:*:*:*:*:*
15361537
#####
15371538

15381539
PackageName: zstandard

0 commit comments

Comments
 (0)