Skip to content

Commit 52c3e01

Browse files
chore: update SBOM for Python 3.9 (#3009)
Co-authored-by: GitHub <[email protected]>
1 parent 53e1141 commit 52c3e01

File tree

2 files changed

+155
-139
lines changed

2 files changed

+155
-139
lines changed

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

Lines changed: 90 additions & 76 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:uuid89076f91-d72d-452b-a6c0-1b367b2973fa",
5+
"serialNumber": "urn:uuid8a78e8d7-37c9-48d5-96b6-65fc3516dac3",
66
"version": 1,
77
"metadata": {
8-
"timestamp": "2023-05-08T01:14:03Z",
8+
"timestamp": "2023-05-15T00:35:44Z",
99
"tools": [
1010
{
1111
"name": "sbom4python",
@@ -23,7 +23,7 @@
2323
"type": "application",
2424
"bom-ref": "1-cve-bin-tool",
2525
"name": "cve-bin-tool",
26-
"version": "3.2.1.dev0",
26+
"version": "3.2.1rc0",
2727
"supplier": {
2828
"name": "Terri Oda",
2929
"contact": [
@@ -32,7 +32,7 @@
3232
}
3333
]
3434
},
35-
"cpe": "cpe:2.3:a:terri_oda:cve-bin-tool:3.2.1.dev0:*:*:*:*:*:*:*",
35+
"cpe": "cpe:2.3:a:terri_oda:cve-bin-tool:3.2.1rc0:*:*:*:*:*:*:*",
3636
"description": "CVE Binary Checker Tool",
3737
"licenses": [
3838
{
@@ -49,12 +49,12 @@
4949
"comment": "Home page for project"
5050
},
5151
{
52-
"url": "https://pypi.org/project/cve-bin-tool/3.2.1.dev0",
52+
"url": "https://pypi.org/project/cve-bin-tool/3.2.1rc0",
5353
"type": "distribution",
5454
"comment": "Download location for component"
5555
}
5656
],
57-
"purl": "pkg:pypi/[email protected].1.dev0"
57+
"purl": "pkg:pypi/[email protected].1rc0"
5858
},
5959
{
6060
"type": "library",
@@ -1377,7 +1377,7 @@
13771377
"type": "library",
13781378
"bom-ref": "37-google-auth",
13791379
"name": "google-auth",
1380-
"version": "2.17.3",
1380+
"version": "2.18.0",
13811381
"supplier": {
13821382
"name": "Google Cloud Platform",
13831383
"contact": [
@@ -1386,7 +1386,7 @@
13861386
}
13871387
]
13881388
},
1389-
"cpe": "cpe:2.3:a:google_cloud_platform:google-auth:2.17.3:*:*:*:*:*:*:*",
1389+
"cpe": "cpe:2.3:a:google_cloud_platform:google-auth:2.18.0:*:*:*:*:*:*:*",
13901390
"description": "Google Authentication Library",
13911391
"licenses": [
13921392
{
@@ -1403,12 +1403,12 @@
14031403
"comment": "Home page for project"
14041404
},
14051405
{
1406-
"url": "https://pypi.org/project/google-auth/2.17.3",
1406+
"url": "https://pypi.org/project/google-auth/2.18.0",
14071407
"type": "distribution",
14081408
"comment": "Download location for component"
14091409
}
14101410
],
1411-
"purl": "pkg:pypi/google-auth@2.17.3",
1411+
"purl": "pkg:pypi/google-auth@2.18.0",
14121412
"properties": [
14131413
{
14141414
"name": "License Comments",
@@ -1455,7 +1455,44 @@
14551455
},
14561456
{
14571457
"type": "library",
1458-
"bom-ref": "39-monotonic",
1458+
"bom-ref": "39-urllib3",
1459+
"name": "urllib3",
1460+
"version": "1.26.15",
1461+
"supplier": {
1462+
"name": "Andrey Petrov",
1463+
"contact": [
1464+
{
1465+
"email": "[email protected]"
1466+
}
1467+
]
1468+
},
1469+
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:1.26.15:*:*:*:*:*:*:*",
1470+
"description": "HTTP library with thread-safe connection pooling, file post, and more.",
1471+
"licenses": [
1472+
{
1473+
"license": {
1474+
"id": "MIT",
1475+
"url": "https://opensource.org/licenses/MIT"
1476+
}
1477+
}
1478+
],
1479+
"externalReferences": [
1480+
{
1481+
"url": "https://urllib3.readthedocs.io/",
1482+
"type": "website",
1483+
"comment": "Home page for project"
1484+
},
1485+
{
1486+
"url": "https://pypi.org/project/urllib3/1.26.15",
1487+
"type": "distribution",
1488+
"comment": "Download location for component"
1489+
}
1490+
],
1491+
"purl": "pkg:pypi/[email protected]"
1492+
},
1493+
{
1494+
"type": "library",
1495+
"bom-ref": "40-monotonic",
14591496
"name": "monotonic",
14601497
"version": "1.6",
14611498
"supplier": {
@@ -1498,7 +1535,7 @@
14981535
},
14991536
{
15001537
"type": "library",
1501-
"bom-ref": "40-importlib-metadata",
1538+
"bom-ref": "41-importlib-metadata",
15021539
"name": "importlib-metadata",
15031540
"version": "6.6.0",
15041541
"supplier": {
@@ -1527,7 +1564,7 @@
15271564
},
15281565
{
15291566
"type": "library",
1530-
"bom-ref": "41-zipp",
1567+
"bom-ref": "42-zipp",
15311568
"name": "zipp",
15321569
"version": "3.15.0",
15331570
"supplier": {
@@ -1556,7 +1593,7 @@
15561593
},
15571594
{
15581595
"type": "library",
1559-
"bom-ref": "42-jinja2",
1596+
"bom-ref": "43-jinja2",
15601597
"name": "jinja2",
15611598
"version": "3.1.2",
15621599
"supplier": {
@@ -1593,7 +1630,7 @@
15931630
},
15941631
{
15951632
"type": "library",
1596-
"bom-ref": "43-markupsafe",
1633+
"bom-ref": "44-markupsafe",
15971634
"name": "markupsafe",
15981635
"version": "2.1.2",
15991636
"supplier": {
@@ -1630,7 +1667,7 @@
16301667
},
16311668
{
16321669
"type": "library",
1633-
"bom-ref": "44-jsonschema",
1670+
"bom-ref": "45-jsonschema",
16341671
"name": "jsonschema",
16351672
"version": "4.17.3",
16361673
"supplier": {
@@ -1657,7 +1694,7 @@
16571694
},
16581695
{
16591696
"type": "library",
1660-
"bom-ref": "45-pyrsistent",
1697+
"bom-ref": "46-pyrsistent",
16611698
"name": "pyrsistent",
16621699
"version": "0.19.3",
16631700
"supplier": {
@@ -1694,7 +1731,7 @@
16941731
},
16951732
{
16961733
"type": "library",
1697-
"bom-ref": "46-lib4sbom",
1734+
"bom-ref": "47-lib4sbom",
16981735
"name": "lib4sbom",
16991736
"version": "0.3.1",
17001737
"supplier": {
@@ -1731,7 +1768,7 @@
17311768
},
17321769
{
17331770
"type": "library",
1734-
"bom-ref": "47-pyyaml",
1771+
"bom-ref": "48-pyyaml",
17351772
"name": "pyyaml",
17361773
"version": "6.0",
17371774
"supplier": {
@@ -1768,7 +1805,7 @@
17681805
},
17691806
{
17701807
"type": "library",
1771-
"bom-ref": "48-semantic-version",
1808+
"bom-ref": "49-semantic-version",
17721809
"name": "semantic-version",
17731810
"version": "2.10.0",
17741811
"supplier": {
@@ -1811,7 +1848,7 @@
18111848
},
18121849
{
18131850
"type": "library",
1814-
"bom-ref": "49-packaging",
1851+
"bom-ref": "50-packaging",
18151852
"name": "packaging",
18161853
"version": "21.3",
18171854
"supplier": {
@@ -1853,7 +1890,7 @@
18531890
},
18541891
{
18551892
"type": "library",
1856-
"bom-ref": "50-plotly",
1893+
"bom-ref": "51-plotly",
18571894
"name": "plotly",
18581895
"version": "5.14.1",
18591896
"supplier": {
@@ -1890,7 +1927,7 @@
18901927
},
18911928
{
18921929
"type": "library",
1893-
"bom-ref": "51-tenacity",
1930+
"bom-ref": "52-tenacity",
18941931
"name": "tenacity",
18951932
"version": "8.2.2",
18961933
"supplier": {
@@ -1933,7 +1970,7 @@
19331970
},
19341971
{
19351972
"type": "library",
1936-
"bom-ref": "52-requests",
1973+
"bom-ref": "53-requests",
19371974
"name": "requests",
19381975
"version": "2.30.0",
19391976
"supplier": {
@@ -1976,7 +2013,7 @@
19762013
},
19772014
{
19782015
"type": "library",
1979-
"bom-ref": "53-certifi",
2016+
"bom-ref": "54-certifi",
19802017
"name": "certifi",
19812018
"version": "2023.5.7",
19822019
"supplier": {
@@ -2011,30 +2048,6 @@
20112048
],
20122049
"purl": "pkg:pypi/[email protected]"
20132050
},
2014-
{
2015-
"type": "library",
2016-
"bom-ref": "54-urllib3",
2017-
"name": "urllib3",
2018-
"version": "2.0.2",
2019-
"supplier": {
2020-
"name": "Andrey Petrov",
2021-
"contact": [
2022-
{
2023-
"email": "[email protected]"
2024-
}
2025-
]
2026-
},
2027-
"cpe": "cpe:2.3:a:andrey_petrov:urllib3:2.0.2:*:*:*:*:*:*:*",
2028-
"description": "HTTP library with thread-safe connection pooling, file post, and more.",
2029-
"externalReferences": [
2030-
{
2031-
"url": "https://pypi.org/project/urllib3/2.0.2",
2032-
"type": "distribution",
2033-
"comment": "Download location for component"
2034-
}
2035-
],
2036-
"purl": "pkg:pypi/[email protected]"
2037-
},
20382051
{
20392052
"type": "library",
20402053
"bom-ref": "55-rich",
@@ -2360,18 +2373,18 @@
23602373
"14-defusedxml",
23612374
"15-distro",
23622375
"16-gsutil",
2363-
"40-importlib-metadata",
2364-
"42-jinja2",
2365-
"44-jsonschema",
2366-
"46-lib4sbom",
2367-
"49-packaging",
2368-
"50-plotly",
2369-
"47-pyyaml",
2370-
"52-requests",
2376+
"41-importlib-metadata",
2377+
"43-jinja2",
2378+
"45-jsonschema",
2379+
"47-lib4sbom",
2380+
"50-packaging",
2381+
"51-plotly",
2382+
"48-pyyaml",
2383+
"53-requests",
23712384
"55-rich",
23722385
"59-rpmfile",
23732386
"60-toml",
2374-
"54-urllib3",
2387+
"39-urllib3",
23752388
"61-xmlschema",
23762389
"63-zstandard"
23772390
]
@@ -2418,7 +2431,7 @@
24182431
"37-google-auth",
24192432
"22-google-reauth",
24202433
"25-httplib2",
2421-
"39-monotonic",
2434+
"40-monotonic",
24222435
"31-pyopenssl",
24232436
"35-retry-decorator",
24242437
"24-six"
@@ -2510,55 +2523,56 @@
25102523
"38-cachetools",
25112524
"29-pyasn1-modules",
25122525
"30-rsa",
2513-
"24-six"
2526+
"24-six",
2527+
"39-urllib3"
25142528
]
25152529
},
25162530
{
2517-
"ref": "40-importlib-metadata",
2531+
"ref": "41-importlib-metadata",
25182532
"dependsOn": [
2519-
"41-zipp"
2533+
"42-zipp"
25202534
]
25212535
},
25222536
{
2523-
"ref": "42-jinja2",
2537+
"ref": "43-jinja2",
25242538
"dependsOn": [
2525-
"43-markupsafe"
2539+
"44-markupsafe"
25262540
]
25272541
},
25282542
{
2529-
"ref": "44-jsonschema",
2543+
"ref": "45-jsonschema",
25302544
"dependsOn": [
25312545
"6-attrs",
2532-
"45-pyrsistent"
2546+
"46-pyrsistent"
25332547
]
25342548
},
25352549
{
2536-
"ref": "46-lib4sbom",
2550+
"ref": "47-lib4sbom",
25372551
"dependsOn": [
2538-
"47-pyyaml",
2539-
"48-semantic-version"
2552+
"48-pyyaml",
2553+
"49-semantic-version"
25402554
]
25412555
},
25422556
{
2543-
"ref": "49-packaging",
2557+
"ref": "50-packaging",
25442558
"dependsOn": [
25452559
"26-pyparsing"
25462560
]
25472561
},
25482562
{
2549-
"ref": "50-plotly",
2563+
"ref": "51-plotly",
25502564
"dependsOn": [
2551-
"49-packaging",
2552-
"51-tenacity"
2565+
"50-packaging",
2566+
"52-tenacity"
25532567
]
25542568
},
25552569
{
2556-
"ref": "52-requests",
2570+
"ref": "53-requests",
25572571
"dependsOn": [
2558-
"53-certifi",
2572+
"54-certifi",
25592573
"7-charset-normalizer",
25602574
"10-idna",
2561-
"54-urllib3"
2575+
"39-urllib3"
25622576
]
25632577
},
25642578
{

0 commit comments

Comments
 (0)