Skip to content

Commit e05e506

Browse files
chore: update SBOM for Python 3.9 (#2982)
Co-authored-by: GitHub <[email protected]>
1 parent 8586c50 commit e05e506

File tree

2 files changed

+54
-68
lines changed

2 files changed

+54
-68
lines changed

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

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.4",
5-
"serialNumber": "urn:uuid5f9b1e75-9e11-4032-a7eb-1048e96a8812",
5+
"serialNumber": "urn:uuid89076f91-d72d-452b-a6c0-1b367b2973fa",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2023-04-24T00:26:41Z",
8+
"timestamp": "2023-05-08T01:14:03Z",
99
"tools": [
1010
{
1111
"name": "sbom4python",
@@ -309,7 +309,7 @@
309309
"type": "library",
310310
"bom-ref": "9-yarl",
311311
"name": "yarl",
312-
"version": "1.9.1",
312+
"version": "1.9.2",
313313
"supplier": {
314314
"name": "Andrew Svetlov",
315315
"contact": [
@@ -318,7 +318,7 @@
318318
}
319319
]
320320
},
321-
"cpe": "cpe:2.3:a:andrew_svetlov:yarl:1.9.1:*:*:*:*:*:*:*",
321+
"cpe": "cpe:2.3:a:andrew_svetlov:yarl:1.9.2:*:*:*:*:*:*:*",
322322
"description": "Yet another URL library",
323323
"licenses": [
324324
{
@@ -335,12 +335,12 @@
335335
"comment": "Home page for project"
336336
},
337337
{
338-
"url": "https://pypi.org/project/yarl/1.9.1",
338+
"url": "https://pypi.org/project/yarl/1.9.2",
339339
"type": "distribution",
340340
"comment": "Download location for component"
341341
}
342342
],
343-
"purl": "pkg:pypi/[email protected].1"
343+
"purl": "pkg:pypi/[email protected].2"
344344
},
345345
{
346346
"type": "library",
@@ -1935,7 +1935,7 @@
19351935
"type": "library",
19361936
"bom-ref": "52-requests",
19371937
"name": "requests",
1938-
"version": "2.28.2",
1938+
"version": "2.30.0",
19391939
"supplier": {
19401940
"name": "Kenneth Reitz",
19411941
"contact": [
@@ -1944,7 +1944,7 @@
19441944
}
19451945
]
19461946
},
1947-
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.28.2:*:*:*:*:*:*:*",
1947+
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.30.0:*:*:*:*:*:*:*",
19481948
"description": "Python HTTP for Humans.",
19491949
"licenses": [
19501950
{
@@ -1961,12 +1961,12 @@
19611961
"comment": "Home page for project"
19621962
},
19631963
{
1964-
"url": "https://pypi.org/project/requests/2.28.2",
1964+
"url": "https://pypi.org/project/requests/2.30.0",
19651965
"type": "distribution",
19661966
"comment": "Download location for component"
19671967
}
19681968
],
1969-
"purl": "pkg:pypi/requests@2.28.2",
1969+
"purl": "pkg:pypi/requests@2.30.0",
19701970
"properties": [
19711971
{
19721972
"name": "License Comments",
@@ -1978,7 +1978,7 @@
19781978
"type": "library",
19791979
"bom-ref": "53-certifi",
19801980
"name": "certifi",
1981-
"version": "2022.12.7",
1981+
"version": "2023.5.7",
19821982
"supplier": {
19831983
"name": "Kenneth Reitz",
19841984
"contact": [
@@ -1987,7 +1987,7 @@
19871987
}
19881988
]
19891989
},
1990-
"cpe": "cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*",
1990+
"cpe": "cpe:2.3:a:kenneth_reitz:certifi:2023.5.7:*:*:*:*:*:*:*",
19911991
"description": "Python package for providing Mozilla's CA Bundle.",
19921992
"licenses": [
19931993
{
@@ -2004,18 +2004,18 @@
20042004
"comment": "Home page for project"
20052005
},
20062006
{
2007-
"url": "https://pypi.org/project/certifi/2022.12.7",
2007+
"url": "https://pypi.org/project/certifi/2023.5.7",
20082008
"type": "distribution",
20092009
"comment": "Download location for component"
20102010
}
20112011
],
2012-
"purl": "pkg:pypi/certifi@2022.12.7"
2012+
"purl": "pkg:pypi/certifi@2023.5.7"
20132013
},
20142014
{
20152015
"type": "library",
20162016
"bom-ref": "54-urllib3",
20172017
"name": "urllib3",
2018-
"version": "1.26.15",
2018+
"version": "2.0.2",
20192019
"supplier": {
20202020
"name": "Andrey Petrov",
20212021
"contact": [
@@ -2024,35 +2024,22 @@
20242024
}
20252025
]
20262026
},
2027-
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:1.26.15:*:*:*:*:*:*:*",
2027+
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:2.0.2:*:*:*:*:*:*:*",
20282028
"description": "HTTP library with thread-safe connection pooling, file post, and more.",
2029-
"licenses": [
2030-
{
2031-
"license": {
2032-
"id": "MIT",
2033-
"url": "https://opensource.org/licenses/MIT"
2034-
}
2035-
}
2036-
],
20372029
"externalReferences": [
20382030
{
2039-
"url": "https://urllib3.readthedocs.io/",
2040-
"type": "website",
2041-
"comment": "Home page for project"
2042-
},
2043-
{
2044-
"url": "https://pypi.org/project/urllib3/1.26.15",
2031+
"url": "https://pypi.org/project/urllib3/2.0.2",
20452032
"type": "distribution",
20462033
"comment": "Download location for component"
20472034
}
20482035
],
2049-
"purl": "pkg:pypi/urllib3@1.26.15"
2036+
"purl": "pkg:pypi/urllib3@2.0.2"
20502037
},
20512038
{
20522039
"type": "library",
20532040
"bom-ref": "55-rich",
20542041
"name": "rich",
2055-
"version": "13.3.4",
2042+
"version": "13.3.5",
20562043
"supplier": {
20572044
"name": "Will McGugan",
20582045
"contact": [
@@ -2061,7 +2048,7 @@
20612048
}
20622049
]
20632050
},
2064-
"cpe": "cpe:2.3:a:will_mcgugan:rich:13.3.4:*:*:*:*:*:*:*",
2051+
"cpe": "cpe:2.3:a:will_mcgugan:rich:13.3.5:*:*:*:*:*:*:*",
20652052
"description": "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal",
20662053
"licenses": [
20672054
{
@@ -2078,12 +2065,12 @@
20782065
"comment": "Home page for project"
20792066
},
20802067
{
2081-
"url": "https://pypi.org/project/rich/13.3.4",
2068+
"url": "https://pypi.org/project/rich/13.3.5",
20822069
"type": "distribution",
20832070
"comment": "Download location for component"
20842071
}
20852072
],
2086-
"purl": "pkg:pypi/[email protected].4"
2073+
"purl": "pkg:pypi/[email protected].5"
20872074
},
20882075
{
20892076
"type": "library",
@@ -2280,7 +2267,7 @@
22802267
"type": "library",
22812268
"bom-ref": "62-elementpath",
22822269
"name": "elementpath",
2283-
"version": "4.1.1",
2270+
"version": "4.1.2",
22842271
"supplier": {
22852272
"name": "Davide Brunato",
22862273
"contact": [
@@ -2289,7 +2276,7 @@
22892276
}
22902277
]
22912278
},
2292-
"cpe": "cpe:2.3:a:davide_brunato:elementpath:4.1.1:*:*:*:*:*:*:*",
2279+
"cpe": "cpe:2.3:a:davide_brunato:elementpath:4.1.2:*:*:*:*:*:*:*",
22932280
"description": "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml",
22942281
"licenses": [
22952282
{
@@ -2306,12 +2293,12 @@
23062293
"comment": "Home page for project"
23072294
},
23082295
{
2309-
"url": "https://pypi.org/project/elementpath/4.1.1",
2296+
"url": "https://pypi.org/project/elementpath/4.1.2",
23102297
"type": "distribution",
23112298
"comment": "Download location for component"
23122299
}
23132300
],
2314-
"purl": "pkg:pypi/[email protected].1"
2301+
"purl": "pkg:pypi/[email protected].2"
23152302
},
23162303
{
23172304
"type": "library",

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

Lines changed: 28 additions & 29 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-2cdd3fdb-160c-479e-8cbd-8406f9da67a2
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-063ee786-799c-43a5-850b-db833b886495
66
LicenseListVersion: 3.20
77
Creator: Tool: sbom4python-0.9.1
8-
Created: 2023-04-24T00:25:25Z
8+
Created: 2023-05-08T01:12:48Z
99
CreatorComment: <text>This document has been automatically generated.</text>
1010
#####
1111

@@ -140,18 +140,18 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrew_svetlov:multidict:6.0.4:*:*:*:*
140140

141141
PackageName: yarl
142142
SPDXID: SPDXRef-Package-9-yarl
143-
PackageVersion: 1.9.1
143+
PackageVersion: 1.9.2
144144
PrimaryPackagePurpose: LIBRARY
145145
PackageSupplier: Person: Andrew Svetlov ([email protected])
146-
PackageDownloadLocation: https://pypi.org/project/yarl/1.9.1
146+
PackageDownloadLocation: https://pypi.org/project/yarl/1.9.2
147147
FilesAnalyzed: false
148148
PackageHomePage: https://github.com/aio-libs/yarl/
149149
PackageLicenseDeclared: Apache-2.0
150150
PackageLicenseConcluded: Apache-2.0
151151
PackageCopyrightText: NOASSERTION
152152
PackageSummary: <text>Yet another URL library</text>
153-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].1
154-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrew_svetlov:yarl:1.9.1:*:*:*:*:*:*:*
153+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].2
154+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrew_svetlov:yarl:1.9.2:*:*:*:*:*:*:*
155155
#####
156156

157157
PackageName: idna
@@ -843,67 +843,66 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:julien_danjou:tenacity:8.2.2:*:*:*:*:*
843843

844844
PackageName: requests
845845
SPDXID: SPDXRef-Package-52-requests
846-
PackageVersion: 2.28.2
846+
PackageVersion: 2.30.0
847847
PrimaryPackagePurpose: LIBRARY
848848
PackageSupplier: Person: Kenneth Reitz ([email protected])
849-
PackageDownloadLocation: https://pypi.org/project/requests/2.28.2
849+
PackageDownloadLocation: https://pypi.org/project/requests/2.30.0
850850
FilesAnalyzed: false
851851
PackageHomePage: https://requests.readthedocs.io
852852
PackageLicenseDeclared: NOASSERTION
853853
PackageLicenseConcluded: Apache-2.0
854854
PackageLicenseComments: <text>requests declares Apache 2.0 which is not currently a valid SPDX License identifier or expression.</text>
855855
PackageCopyrightText: NOASSERTION
856856
PackageSummary: <text>Python HTTP for Humans.</text>
857-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/requests@2.28.2
858-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.28.2:*:*:*:*:*:*:*
857+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/requests@2.30.0
858+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.30.0:*:*:*:*:*:*:*
859859
#####
860860

861861
PackageName: certifi
862862
SPDXID: SPDXRef-Package-53-certifi
863-
PackageVersion: 2022.12.7
863+
PackageVersion: 2023.5.7
864864
PrimaryPackagePurpose: LIBRARY
865865
PackageSupplier: Person: Kenneth Reitz ([email protected])
866-
PackageDownloadLocation: https://pypi.org/project/certifi/2022.12.7
866+
PackageDownloadLocation: https://pypi.org/project/certifi/2023.5.7
867867
FilesAnalyzed: false
868868
PackageHomePage: https://github.com/certifi/python-certifi
869869
PackageLicenseDeclared: MPL-2.0
870870
PackageLicenseConcluded: MPL-2.0
871871
PackageCopyrightText: NOASSERTION
872872
PackageSummary: <text>Python package for providing Mozilla's CA Bundle.</text>
873-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/certifi@2022.12.7
874-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*
873+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/certifi@2023.5.7
874+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:certifi:2023.5.7:*:*:*:*:*:*:*
875875
#####
876876

877877
PackageName: urllib3
878878
SPDXID: SPDXRef-Package-54-urllib3
879-
PackageVersion: 1.26.15
879+
PackageVersion: 2.0.2
880880
PrimaryPackagePurpose: LIBRARY
881881
PackageSupplier: Person: Andrey Petrov ([email protected])
882-
PackageDownloadLocation: https://pypi.org/project/urllib3/1.26.15
882+
PackageDownloadLocation: https://pypi.org/project/urllib3/2.0.2
883883
FilesAnalyzed: false
884-
PackageHomePage: https://urllib3.readthedocs.io/
885-
PackageLicenseDeclared: MIT
886-
PackageLicenseConcluded: MIT
884+
PackageLicenseDeclared: NOASSERTION
885+
PackageLicenseConcluded: NOASSERTION
887886
PackageCopyrightText: NOASSERTION
888887
PackageSummary: <text>HTTP library with thread-safe connection pooling, file post, and more.</text>
889-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/urllib3@1.26.15
890-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrey_petrov:urllib3:1.26.15:*:*:*:*:*:*:*
888+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/urllib3@2.0.2
889+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrey_petrov:urllib3:2.0.2:*:*:*:*:*:*:*
891890
#####
892891

893892
PackageName: rich
894893
SPDXID: SPDXRef-Package-55-rich
895-
PackageVersion: 13.3.4
894+
PackageVersion: 13.3.5
896895
PrimaryPackagePurpose: LIBRARY
897896
PackageSupplier: Person: Will McGugan ([email protected])
898-
PackageDownloadLocation: https://pypi.org/project/rich/13.3.4
897+
PackageDownloadLocation: https://pypi.org/project/rich/13.3.5
899898
FilesAnalyzed: false
900899
PackageHomePage: https://github.com/Textualize/rich
901900
PackageLicenseDeclared: MIT
902901
PackageLicenseConcluded: MIT
903902
PackageCopyrightText: NOASSERTION
904903
PackageSummary: <text>Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal</text>
905-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].4
906-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:will_mcgugan:rich:13.3.4:*:*:*:*:*:*:*
904+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].5
905+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:will_mcgugan:rich:13.3.5:*:*:*:*:*:*:*
907906
#####
908907

909908
PackageName: markdown-it-py
@@ -1001,18 +1000,18 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:2.2.3:*:*:*:*
10011000

10021001
PackageName: elementpath
10031002
SPDXID: SPDXRef-Package-62-elementpath
1004-
PackageVersion: 4.1.1
1003+
PackageVersion: 4.1.2
10051004
PrimaryPackagePurpose: LIBRARY
10061005
PackageSupplier: Person: Davide Brunato ([email protected])
1007-
PackageDownloadLocation: https://pypi.org/project/elementpath/4.1.1
1006+
PackageDownloadLocation: https://pypi.org/project/elementpath/4.1.2
10081007
FilesAnalyzed: false
10091008
PackageHomePage: https://github.com/sissaschool/elementpath
10101009
PackageLicenseDeclared: MIT
10111010
PackageLicenseConcluded: MIT
10121011
PackageCopyrightText: NOASSERTION
10131012
PackageSummary: <text>XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml</text>
1014-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].1
1015-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:4.1.1:*:*:*:*:*:*:*
1013+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].2
1014+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:4.1.2:*:*:*:*:*:*:*
10161015
#####
10171016

10181017
PackageName: zstandard

0 commit comments

Comments
 (0)