Skip to content

Commit 8586c50

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

File tree

2 files changed

+54
-68
lines changed

2 files changed

+54
-68
lines changed

sbom/cve-bin-tool-py3.8.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:uuiddeef2fbf-fd42-4f7c-a72b-0b57604b6399",
5+
"serialNumber": "urn:uuidec348a64-3427-4370-907f-2f5fdee74cf0",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2023-04-24T00:26:52Z",
8+
"timestamp": "2023-05-08T01:16:10Z",
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",
@@ -1993,7 +1993,7 @@
19931993
"type": "library",
19941994
"bom-ref": "54-requests",
19951995
"name": "requests",
1996-
"version": "2.28.2",
1996+
"version": "2.30.0",
19971997
"supplier": {
19981998
"name": "Kenneth Reitz",
19991999
"contact": [
@@ -2002,7 +2002,7 @@
20022002
}
20032003
]
20042004
},
2005-
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.28.2:*:*:*:*:*:*:*",
2005+
"cpe": "cpe:2.3:a:kenneth_reitz:requests:2.30.0:*:*:*:*:*:*:*",
20062006
"description": "Python HTTP for Humans.",
20072007
"licenses": [
20082008
{
@@ -2019,12 +2019,12 @@
20192019
"comment": "Home page for project"
20202020
},
20212021
{
2022-
"url": "https://pypi.org/project/requests/2.28.2",
2022+
"url": "https://pypi.org/project/requests/2.30.0",
20232023
"type": "distribution",
20242024
"comment": "Download location for component"
20252025
}
20262026
],
2027-
"purl": "pkg:pypi/requests@2.28.2",
2027+
"purl": "pkg:pypi/requests@2.30.0",
20282028
"properties": [
20292029
{
20302030
"name": "License Comments",
@@ -2036,7 +2036,7 @@
20362036
"type": "library",
20372037
"bom-ref": "55-certifi",
20382038
"name": "certifi",
2039-
"version": "2022.12.7",
2039+
"version": "2023.5.7",
20402040
"supplier": {
20412041
"name": "Kenneth Reitz",
20422042
"contact": [
@@ -2045,7 +2045,7 @@
20452045
}
20462046
]
20472047
},
2048-
"cpe": "cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*",
2048+
"cpe": "cpe:2.3:a:kenneth_reitz:certifi:2023.5.7:*:*:*:*:*:*:*",
20492049
"description": "Python package for providing Mozilla's CA Bundle.",
20502050
"licenses": [
20512051
{
@@ -2062,18 +2062,18 @@
20622062
"comment": "Home page for project"
20632063
},
20642064
{
2065-
"url": "https://pypi.org/project/certifi/2022.12.7",
2065+
"url": "https://pypi.org/project/certifi/2023.5.7",
20662066
"type": "distribution",
20672067
"comment": "Download location for component"
20682068
}
20692069
],
2070-
"purl": "pkg:pypi/certifi@2022.12.7"
2070+
"purl": "pkg:pypi/certifi@2023.5.7"
20712071
},
20722072
{
20732073
"type": "library",
20742074
"bom-ref": "56-urllib3",
20752075
"name": "urllib3",
2076-
"version": "1.26.15",
2076+
"version": "2.0.2",
20772077
"supplier": {
20782078
"name": "Andrey Petrov",
20792079
"contact": [
@@ -2082,35 +2082,22 @@
20822082
}
20832083
]
20842084
},
2085-
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:1.26.15:*:*:*:*:*:*:*",
2085+
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:2.0.2:*:*:*:*:*:*:*",
20862086
"description": "HTTP library with thread-safe connection pooling, file post, and more.",
2087-
"licenses": [
2088-
{
2089-
"license": {
2090-
"id": "MIT",
2091-
"url": "https://opensource.org/licenses/MIT"
2092-
}
2093-
}
2094-
],
20952087
"externalReferences": [
20962088
{
2097-
"url": "https://urllib3.readthedocs.io/",
2098-
"type": "website",
2099-
"comment": "Home page for project"
2100-
},
2101-
{
2102-
"url": "https://pypi.org/project/urllib3/1.26.15",
2089+
"url": "https://pypi.org/project/urllib3/2.0.2",
21032090
"type": "distribution",
21042091
"comment": "Download location for component"
21052092
}
21062093
],
2107-
"purl": "pkg:pypi/urllib3@1.26.15"
2094+
"purl": "pkg:pypi/urllib3@2.0.2"
21082095
},
21092096
{
21102097
"type": "library",
21112098
"bom-ref": "57-rich",
21122099
"name": "rich",
2113-
"version": "13.3.4",
2100+
"version": "13.3.5",
21142101
"supplier": {
21152102
"name": "Will McGugan",
21162103
"contact": [
@@ -2119,7 +2106,7 @@
21192106
}
21202107
]
21212108
},
2122-
"cpe": "cpe:2.3:a:will_mcgugan:rich:13.3.4:*:*:*:*:*:*:*",
2109+
"cpe": "cpe:2.3:a:will_mcgugan:rich:13.3.5:*:*:*:*:*:*:*",
21232110
"description": "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal",
21242111
"licenses": [
21252112
{
@@ -2136,12 +2123,12 @@
21362123
"comment": "Home page for project"
21372124
},
21382125
{
2139-
"url": "https://pypi.org/project/rich/13.3.4",
2126+
"url": "https://pypi.org/project/rich/13.3.5",
21402127
"type": "distribution",
21412128
"comment": "Download location for component"
21422129
}
21432130
],
2144-
"purl": "pkg:pypi/[email protected].4"
2131+
"purl": "pkg:pypi/[email protected].5"
21452132
},
21462133
{
21472134
"type": "library",
@@ -2362,7 +2349,7 @@
23622349
"type": "library",
23632350
"bom-ref": "65-elementpath",
23642351
"name": "elementpath",
2365-
"version": "4.1.1",
2352+
"version": "4.1.2",
23662353
"supplier": {
23672354
"name": "Davide Brunato",
23682355
"contact": [
@@ -2371,7 +2358,7 @@
23712358
}
23722359
]
23732360
},
2374-
"cpe": "cpe:2.3:a:davide_brunato:elementpath:4.1.1:*:*:*:*:*:*:*",
2361+
"cpe": "cpe:2.3:a:davide_brunato:elementpath:4.1.2:*:*:*:*:*:*:*",
23752362
"description": "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml",
23762363
"licenses": [
23772364
{
@@ -2388,12 +2375,12 @@
23882375
"comment": "Home page for project"
23892376
},
23902377
{
2391-
"url": "https://pypi.org/project/elementpath/4.1.1",
2378+
"url": "https://pypi.org/project/elementpath/4.1.2",
23922379
"type": "distribution",
23932380
"comment": "Download location for component"
23942381
}
23952382
],
2396-
"purl": "pkg:pypi/[email protected].1"
2383+
"purl": "pkg:pypi/[email protected].2"
23972384
},
23982385
{
23992386
"type": "library",

sbom/cve-bin-tool-py3.8.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-da58d639-528d-4398-9be3-e2c0834822cf
5+
DocumentNamespace: http://spdx.org/spdxdocs/Python-cve-bin-tool-d5fda5a2-ef52-4a68-aca0-c95f35aafa5b
66
LicenseListVersion: 3.20
77
Creator: Tool: sbom4python-0.9.1
8-
Created: 2023-04-24T00:25:30Z
8+
Created: 2023-05-08T01:14:50Z
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
@@ -875,67 +875,66 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:julien_danjou:tenacity:8.2.2:*:*:*:*:*
875875

876876
PackageName: requests
877877
SPDXID: SPDXRef-Package-54-requests
878-
PackageVersion: 2.28.2
878+
PackageVersion: 2.30.0
879879
PrimaryPackagePurpose: LIBRARY
880880
PackageSupplier: Person: Kenneth Reitz ([email protected])
881-
PackageDownloadLocation: https://pypi.org/project/requests/2.28.2
881+
PackageDownloadLocation: https://pypi.org/project/requests/2.30.0
882882
FilesAnalyzed: false
883883
PackageHomePage: https://requests.readthedocs.io
884884
PackageLicenseDeclared: NOASSERTION
885885
PackageLicenseConcluded: Apache-2.0
886886
PackageLicenseComments: <text>requests declares Apache 2.0 which is not currently a valid SPDX License identifier or expression.</text>
887887
PackageCopyrightText: NOASSERTION
888888
PackageSummary: <text>Python HTTP for Humans.</text>
889-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/requests@2.28.2
890-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.28.2:*:*:*:*:*:*:*
889+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/requests@2.30.0
890+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:requests:2.30.0:*:*:*:*:*:*:*
891891
#####
892892

893893
PackageName: certifi
894894
SPDXID: SPDXRef-Package-55-certifi
895-
PackageVersion: 2022.12.7
895+
PackageVersion: 2023.5.7
896896
PrimaryPackagePurpose: LIBRARY
897897
PackageSupplier: Person: Kenneth Reitz ([email protected])
898-
PackageDownloadLocation: https://pypi.org/project/certifi/2022.12.7
898+
PackageDownloadLocation: https://pypi.org/project/certifi/2023.5.7
899899
FilesAnalyzed: false
900900
PackageHomePage: https://github.com/certifi/python-certifi
901901
PackageLicenseDeclared: MPL-2.0
902902
PackageLicenseConcluded: MPL-2.0
903903
PackageCopyrightText: NOASSERTION
904904
PackageSummary: <text>Python package for providing Mozilla's CA Bundle.</text>
905-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/certifi@2022.12.7
906-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*
905+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/certifi@2023.5.7
906+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:kenneth_reitz:certifi:2023.5.7:*:*:*:*:*:*:*
907907
#####
908908

909909
PackageName: urllib3
910910
SPDXID: SPDXRef-Package-56-urllib3
911-
PackageVersion: 1.26.15
911+
PackageVersion: 2.0.2
912912
PrimaryPackagePurpose: LIBRARY
913913
PackageSupplier: Person: Andrey Petrov ([email protected])
914-
PackageDownloadLocation: https://pypi.org/project/urllib3/1.26.15
914+
PackageDownloadLocation: https://pypi.org/project/urllib3/2.0.2
915915
FilesAnalyzed: false
916-
PackageHomePage: https://urllib3.readthedocs.io/
917-
PackageLicenseDeclared: MIT
918-
PackageLicenseConcluded: MIT
916+
PackageLicenseDeclared: NOASSERTION
917+
PackageLicenseConcluded: NOASSERTION
919918
PackageCopyrightText: NOASSERTION
920919
PackageSummary: <text>HTTP library with thread-safe connection pooling, file post, and more.</text>
921-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/urllib3@1.26.15
922-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrey_petrov:urllib3:1.26.15:*:*:*:*:*:*:*
920+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/urllib3@2.0.2
921+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:andrey_petrov:urllib3:2.0.2:*:*:*:*:*:*:*
923922
#####
924923

925924
PackageName: rich
926925
SPDXID: SPDXRef-Package-57-rich
927-
PackageVersion: 13.3.4
926+
PackageVersion: 13.3.5
928927
PrimaryPackagePurpose: LIBRARY
929928
PackageSupplier: Person: Will McGugan ([email protected])
930-
PackageDownloadLocation: https://pypi.org/project/rich/13.3.4
929+
PackageDownloadLocation: https://pypi.org/project/rich/13.3.5
931930
FilesAnalyzed: false
932931
PackageHomePage: https://github.com/Textualize/rich
933932
PackageLicenseDeclared: MIT
934933
PackageLicenseConcluded: MIT
935934
PackageCopyrightText: NOASSERTION
936935
PackageSummary: <text>Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal</text>
937-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].4
938-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:will_mcgugan:rich:13.3.4:*:*:*:*:*:*:*
936+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].5
937+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:will_mcgugan:rich:13.3.5:*:*:*:*:*:*:*
939938
#####
940939

941940
PackageName: markdown-it-py
@@ -1048,18 +1047,18 @@ ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:xmlschema:2.2.3:*:*:*:*
10481047

10491048
PackageName: elementpath
10501049
SPDXID: SPDXRef-Package-65-elementpath
1051-
PackageVersion: 4.1.1
1050+
PackageVersion: 4.1.2
10521051
PrimaryPackagePurpose: LIBRARY
10531052
PackageSupplier: Person: Davide Brunato ([email protected])
1054-
PackageDownloadLocation: https://pypi.org/project/elementpath/4.1.1
1053+
PackageDownloadLocation: https://pypi.org/project/elementpath/4.1.2
10551054
FilesAnalyzed: false
10561055
PackageHomePage: https://github.com/sissaschool/elementpath
10571056
PackageLicenseDeclared: MIT
10581057
PackageLicenseConcluded: MIT
10591058
PackageCopyrightText: NOASSERTION
10601059
PackageSummary: <text>XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml</text>
1061-
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].1
1062-
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:4.1.1:*:*:*:*:*:*:*
1060+
ExternalRef: PACKAGE-MANAGER purl pkg:pypi/[email protected].2
1061+
ExternalRef: SECURITY cpe23Type cpe:2.3:a:davide_brunato:elementpath:4.1.2:*:*:*:*:*:*:*
10631062
#####
10641063

10651064
PackageName: zstandard

0 commit comments

Comments
 (0)