|
2 | 2 | "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
|
3 | 3 | "bomFormat": "CycloneDX",
|
4 | 4 | "specVersion": "1.6",
|
5 |
| - "serialNumber": "urn:uuid:e27b5902-ba3a-444c-8a9d-845375e9619f", |
| 5 | + "serialNumber": "urn:uuid:a3da6c3d-8a6c-46c5-9e94-dc35cea8dfb9", |
6 | 6 | "version": 1,
|
7 | 7 | "metadata": {
|
8 |
| - "timestamp": "2024-07-01T00:32:44Z", |
| 8 | + "timestamp": "2024-07-22T00:30:14Z", |
9 | 9 | "tools": {
|
10 | 10 | "components": [
|
11 | 11 | {
|
|
917 | 917 | "type": "library",
|
918 | 918 | "bom-ref": "22-cachetools",
|
919 | 919 | "name": "cachetools",
|
920 |
| - "version": "5.3.3", |
| 920 | + "version": "5.4.0", |
921 | 921 | "supplier": {
|
922 | 922 | "name": "Thomas Kemmer",
|
923 | 923 | "contact": [
|
|
926 | 926 | }
|
927 | 927 | ]
|
928 | 928 | },
|
929 |
| - "cpe": "cpe:2.3:a:thomas_kemmer:cachetools:5.3.3:*:*:*:*:*:*:*", |
| 929 | + "cpe": "cpe:2.3:a:thomas_kemmer:cachetools:5.4.0:*:*:*:*:*:*:*", |
930 | 930 | "description": "Extensible memoizing collections and decorators",
|
931 | 931 | "licenses": [
|
932 | 932 | {
|
|
938 | 938 | ],
|
939 | 939 | "externalReferences": [
|
940 | 940 | {
|
941 |
| - "url": "https://pypi.org/project/cachetools/5.3.3", |
| 941 | + "url": "https://pypi.org/project/cachetools/5.4.0", |
942 | 942 | "type": "distribution",
|
943 | 943 | "comment": "Download location for component"
|
944 | 944 | }
|
945 | 945 | ],
|
946 |
| - "purl": "pkg:pypi/cachetools@5.3.3", |
| 946 | + "purl": "pkg:pypi/cachetools@5.4.0", |
947 | 947 | "properties": [
|
948 | 948 | {
|
949 | 949 | "name": "language",
|
|
1418 | 1418 | "type": "library",
|
1419 | 1419 | "bom-ref": "33-pyopenssl",
|
1420 | 1420 | "name": "pyopenssl",
|
1421 |
| - "version": "24.1.0", |
| 1421 | + "version": "24.2.1", |
1422 | 1422 | "supplier": {
|
1423 | 1423 | "name": "The pyOpenSSL developers",
|
1424 | 1424 | "contact": [
|
|
1427 | 1427 | }
|
1428 | 1428 | ]
|
1429 | 1429 | },
|
1430 |
| - "cpe": "cpe:2.3:a:the_pyopenssl_developers:pyopenssl:24.1.0:*:*:*:*:*:*:*", |
| 1430 | + "cpe": "cpe:2.3:a:the_pyopenssl_developers:pyopenssl:24.2.1:*:*:*:*:*:*:*", |
1431 | 1431 | "description": "Python wrapper module around the OpenSSL library",
|
1432 |
| - "hashes": [ |
1433 |
| - { |
1434 |
| - "alg": "SHA-1", |
1435 |
| - "content": "d9f2c46de70c1aee20a4309424d9f506b7aae68e" |
1436 |
| - } |
1437 |
| - ], |
1438 | 1432 | "licenses": [
|
1439 | 1433 | {
|
1440 | 1434 | "license": {
|
|
1445 | 1439 | ],
|
1446 | 1440 | "externalReferences": [
|
1447 | 1441 | {
|
1448 |
| - "url": "https://pypi.org/project/pyOpenSSL/24.1.0", |
| 1442 | + "url": "https://pypi.org/project/pyOpenSSL/24.2.1", |
1449 | 1443 | "type": "distribution",
|
1450 | 1444 | "comment": "Download location for component"
|
1451 | 1445 | }
|
1452 | 1446 | ],
|
1453 |
| - "purl": "pkg:pypi/pyopenssl@24.1.0", |
| 1447 | + "purl": "pkg:pypi/pyopenssl@24.2.1", |
1454 | 1448 | "properties": [
|
1455 | 1449 | {
|
1456 | 1450 | "name": "language",
|
|
1466 | 1460 | "type": "library",
|
1467 | 1461 | "bom-ref": "34-cryptography",
|
1468 | 1462 | "name": "cryptography",
|
1469 |
| - "version": "42.0.8", |
| 1463 | + "version": "43.0.0", |
1470 | 1464 | "supplier": {
|
1471 |
| - "name": "The Python Cryptographic Authority and individual contributors", |
| 1465 | + "name": "The cryptography developers The Python Cryptographic Authority and individual contributors", |
1472 | 1466 | "contact": [
|
1473 | 1467 | {
|
1474 | 1468 |
|
1475 | 1469 | }
|
1476 | 1470 | ]
|
1477 | 1471 | },
|
1478 |
| - "cpe": "cpe:2.3:a:the_python_cryptographic_authority_and_individual_contributors:cryptography:42.0.8:*:*:*:*:*:*:*", |
| 1472 | + "cpe": "cpe:2.3:a:the_cryptography_developers_the_python_cryptographic_authority_and_individual_contributors:cryptography:43.0.0:*:*:*:*:*:*:*", |
1479 | 1473 | "description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.",
|
1480 | 1474 | "licenses": [
|
1481 | 1475 | {
|
|
1484 | 1478 | ],
|
1485 | 1479 | "externalReferences": [
|
1486 | 1480 | {
|
1487 |
| - "url": "https://pypi.org/project/cryptography/42.0.8", |
| 1481 | + "url": "https://pypi.org/project/cryptography/43.0.0", |
1488 | 1482 | "type": "distribution",
|
1489 | 1483 | "comment": "Download location for component"
|
1490 | 1484 | }
|
1491 | 1485 | ],
|
1492 |
| - "purl": "pkg:pypi/cryptography@42.0.8", |
| 1486 | + "purl": "pkg:pypi/cryptography@43.0.0", |
1493 | 1487 | "properties": [
|
1494 | 1488 | {
|
1495 | 1489 | "name": "language",
|
|
1809 | 1803 | "type": "library",
|
1810 | 1804 | "bom-ref": "42-jsonschema",
|
1811 | 1805 | "name": "jsonschema",
|
1812 |
| - "version": "4.22.0", |
| 1806 | + "version": "4.23.0", |
1813 | 1807 | "supplier": {
|
1814 | 1808 | "name": "Julian Berman"
|
1815 | 1809 | },
|
1816 |
| - "cpe": "cpe:2.3:a:julian_berman:jsonschema:4.22.0:*:*:*:*:*:*:*", |
| 1810 | + "cpe": "cpe:2.3:a:julian_berman:jsonschema:4.23.0:*:*:*:*:*:*:*", |
1817 | 1811 | "description": "An implementation of JSON Schema validation for Python",
|
1818 | 1812 | "licenses": [
|
1819 | 1813 | {
|
|
1825 | 1819 | ],
|
1826 | 1820 | "externalReferences": [
|
1827 | 1821 | {
|
1828 |
| - "url": "https://pypi.org/project/jsonschema/4.22.0", |
| 1822 | + "url": "https://pypi.org/project/jsonschema/4.23.0", |
1829 | 1823 | "type": "distribution",
|
1830 | 1824 | "comment": "Download location for component"
|
1831 | 1825 | }
|
1832 | 1826 | ],
|
1833 |
| - "purl": "pkg:pypi/jsonschema@4.22.0", |
| 1827 | + "purl": "pkg:pypi/jsonschema@4.23.0", |
1834 | 1828 | "properties": [
|
1835 | 1829 | {
|
1836 | 1830 | "name": "language",
|
|
1918 | 1912 | "type": "library",
|
1919 | 1913 | "bom-ref": "45-rpds-py",
|
1920 | 1914 | "name": "rpds-py",
|
1921 |
| - "version": "0.18.1", |
| 1915 | + "version": "0.19.0", |
1922 | 1916 | "supplier": {
|
1923 | 1917 | "name": "Julian Berman"
|
1924 | 1918 | },
|
1925 |
| - "cpe": "cpe:2.3:a:julian_berman:rpds-py:0.18.1:*:*:*:*:*:*:*", |
| 1919 | + "cpe": "cpe:2.3:a:julian_berman:rpds-py:0.19.0:*:*:*:*:*:*:*", |
1926 | 1920 | "description": "Python bindings to Rust's persistent data structures (rpds)",
|
1927 | 1921 | "licenses": [
|
1928 | 1922 | {
|
|
1934 | 1928 | ],
|
1935 | 1929 | "externalReferences": [
|
1936 | 1930 | {
|
1937 |
| - "url": "https://pypi.org/project/rpds-py/0.18.1", |
| 1931 | + "url": "https://pypi.org/project/rpds-py/0.19.0", |
1938 | 1932 | "type": "distribution",
|
1939 | 1933 | "comment": "Download location for component"
|
1940 | 1934 | }
|
1941 | 1935 | ],
|
1942 |
| - "purl": "pkg:pypi/rpds-py@0.18.1", |
| 1936 | + "purl": "pkg:pypi/rpds-py@0.19.0", |
1943 | 1937 | "properties": [
|
1944 | 1938 | {
|
1945 | 1939 | "name": "language",
|
|
2195 | 2189 | "type": "library",
|
2196 | 2190 | "bom-ref": "51-packageurl-python",
|
2197 | 2191 | "name": "packageurl-python",
|
2198 |
| - "version": "0.15.1", |
| 2192 | + "version": "0.15.4", |
2199 | 2193 | "supplier": {
|
2200 | 2194 | "name": "the purl authors"
|
2201 | 2195 | },
|
2202 |
| - "cpe": "cpe:2.3:a:the_purl_authors:packageurl-python:0.15.1:*:*:*:*:*:*:*", |
| 2196 | + "cpe": "cpe:2.3:a:the_purl_authors:packageurl-python:0.15.4:*:*:*:*:*:*:*", |
2203 | 2197 | "description": "A purl aka. Package URL parser and builder",
|
2204 |
| - "hashes": [ |
2205 |
| - { |
2206 |
| - "alg": "SHA-1", |
2207 |
| - "content": "b744d07798b8aa1454f949e17d89791a18d85b0e" |
2208 |
| - } |
2209 |
| - ], |
2210 | 2198 | "licenses": [
|
2211 | 2199 | {
|
2212 | 2200 | "license": {
|
|
2217 | 2205 | ],
|
2218 | 2206 | "externalReferences": [
|
2219 | 2207 | {
|
2220 |
| - "url": "https://pypi.org/project/packageurl-python/0.15.1", |
| 2208 | + "url": "https://pypi.org/project/packageurl-python/0.15.4", |
2221 | 2209 | "type": "distribution",
|
2222 | 2210 | "comment": "Download location for component"
|
2223 | 2211 | }
|
2224 | 2212 | ],
|
2225 |
| - "purl": "pkg:pypi/[email protected].1", |
| 2213 | + "purl": "pkg:pypi/[email protected].4", |
2226 | 2214 | "properties": [
|
2227 | 2215 | {
|
2228 | 2216 | "name": "language",
|
|
2484 | 2472 | "type": "library",
|
2485 | 2473 | "bom-ref": "58-tenacity",
|
2486 | 2474 | "name": "tenacity",
|
2487 |
| - "version": "8.4.2", |
| 2475 | + "version": "8.5.0", |
2488 | 2476 | "supplier": {
|
2489 | 2477 | "name": "Julien Danjou",
|
2490 | 2478 | "contact": [
|
|
2493 | 2481 | }
|
2494 | 2482 | ]
|
2495 | 2483 | },
|
2496 |
| - "cpe": "cpe:2.3:a:julien_danjou:tenacity:8.4.2:*:*:*:*:*:*:*", |
| 2484 | + "cpe": "cpe:2.3:a:julien_danjou:tenacity:8.5.0:*:*:*:*:*:*:*", |
2497 | 2485 | "description": "Retry code until it succeeds",
|
2498 | 2486 | "licenses": [
|
2499 | 2487 | {
|
|
2505 | 2493 | ],
|
2506 | 2494 | "externalReferences": [
|
2507 | 2495 | {
|
2508 |
| - "url": "https://pypi.org/project/tenacity/8.4.2", |
| 2496 | + "url": "https://pypi.org/project/tenacity/8.5.0", |
2509 | 2497 | "type": "distribution",
|
2510 | 2498 | "comment": "Download location for component"
|
2511 | 2499 | }
|
2512 | 2500 | ],
|
2513 |
| - "purl": "pkg:pypi/tenacity@8.4.2", |
| 2501 | + "purl": "pkg:pypi/tenacity@8.5.0", |
2514 | 2502 | "properties": [
|
2515 | 2503 | {
|
2516 | 2504 | "name": "language",
|
|
2622 | 2610 | "type": "library",
|
2623 | 2611 | "bom-ref": "61-certifi",
|
2624 | 2612 | "name": "certifi",
|
2625 |
| - "version": "2024.6.2", |
| 2613 | + "version": "2024.7.4", |
2626 | 2614 | "supplier": {
|
2627 | 2615 | "name": "Kenneth Reitz",
|
2628 | 2616 | "contact": [
|
|
2631 | 2619 | }
|
2632 | 2620 | ]
|
2633 | 2621 | },
|
2634 |
| - "cpe": "cpe:2.3:a:kenneth_reitz:certifi:2024.6.2:*:*:*:*:*:*:*", |
| 2622 | + "cpe": "cpe:2.3:a:kenneth_reitz:certifi:2024.7.4:*:*:*:*:*:*:*", |
2635 | 2623 | "description": "Python package for providing Mozilla's CA Bundle.",
|
2636 | 2624 | "licenses": [
|
2637 | 2625 | {
|
|
2643 | 2631 | ],
|
2644 | 2632 | "externalReferences": [
|
2645 | 2633 | {
|
2646 |
| - "url": "https://pypi.org/project/certifi/2024.6.2", |
| 2634 | + "url": "https://pypi.org/project/certifi/2024.7.4", |
2647 | 2635 | "type": "distribution",
|
2648 | 2636 | "comment": "Download location for component"
|
2649 | 2637 | }
|
2650 | 2638 | ],
|
2651 |
| - "purl": "pkg:pypi/certifi@2024.6.2", |
| 2639 | + "purl": "pkg:pypi/certifi@2024.7.4", |
2652 | 2640 | "properties": [
|
2653 | 2641 | {
|
2654 | 2642 | "name": "language",
|
|
2884 | 2872 | "type": "library",
|
2885 | 2873 | "bom-ref": "67-zstandard",
|
2886 | 2874 | "name": "zstandard",
|
2887 |
| - "version": "0.22.0", |
| 2875 | + "version": "0.23.0", |
2888 | 2876 | "supplier": {
|
2889 | 2877 | "name": "Gregory Szorc",
|
2890 | 2878 | "contact": [
|
|
2893 | 2881 | }
|
2894 | 2882 | ]
|
2895 | 2883 | },
|
2896 |
| - "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.22.0:*:*:*:*:*:*:*", |
| 2884 | + "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.23.0:*:*:*:*:*:*:*", |
2897 | 2885 | "description": "Zstandard bindings for Python",
|
2898 |
| - "hashes": [ |
2899 |
| - { |
2900 |
| - "alg": "SHA-1", |
2901 |
| - "content": "255b579735f26c2d0e08257f632de75d2ab882cf" |
2902 |
| - } |
2903 |
| - ], |
2904 | 2886 | "licenses": [
|
2905 | 2887 | {
|
2906 | 2888 | "license": {
|
|
2911 | 2893 | ],
|
2912 | 2894 | "externalReferences": [
|
2913 | 2895 | {
|
2914 |
| - "url": "https://pypi.org/project/zstandard/0.22.0", |
| 2896 | + "url": "https://pypi.org/project/zstandard/0.23.0", |
2915 | 2897 | "type": "distribution",
|
2916 | 2898 | "comment": "Download location for component"
|
2917 | 2899 | }
|
2918 | 2900 | ],
|
2919 |
| - "purl": "pkg:pypi/zstandard@0.22.0", |
| 2901 | + "purl": "pkg:pypi/zstandard@0.23.0", |
2920 | 2902 | "properties": [
|
2921 | 2903 | {
|
2922 | 2904 | "name": "language",
|
|
0 commit comments