|
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:a7790d3a-7321-438e-a789-1a0c5d9a150f", |
| 5 | + "serialNumber": "urn:uuid:7bd2087d-25dd-411f-a943-a49efb881ae4", |
6 | 6 | "version": 1,
|
7 | 7 | "metadata": {
|
8 |
| - "timestamp": "2025-09-08T00:42:17Z", |
| 8 | + "timestamp": "2025-09-15T00:42:54Z", |
9 | 9 | "lifecycles": [
|
10 | 10 | {
|
11 | 11 | "phase": "build"
|
|
2084 | 2084 | "type": "library",
|
2085 | 2085 | "bom-ref": "31-pyparsing",
|
2086 | 2086 | "name": "pyparsing",
|
2087 |
| - "version": "3.2.3", |
| 2087 | + "version": "3.2.4", |
2088 | 2088 | "supplier": {
|
2089 | 2089 | "name": "Paul McGuire",
|
2090 | 2090 | "contact": [
|
|
2093 | 2093 | }
|
2094 | 2094 | ]
|
2095 | 2095 | },
|
2096 |
| - "cpe": "cpe:2.3:a:paul_mcguire:pyparsing:3.2.3:*:*:*:*:*:*:*", |
2097 |
| - "description": "pyparsing module - Classes and methods to define and execute parsing grammars", |
| 2096 | + "cpe": "cpe:2.3:a:paul_mcguire:pyparsing:3.2.4:*:*:*:*:*:*:*", |
| 2097 | + "description": "pyparsing - Classes and methods to define and execute parsing grammars", |
2098 | 2098 | "hashes": [
|
2099 | 2099 | {
|
2100 | 2100 | "alg": "SHA-256",
|
2101 |
| - "content": "a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf" |
2102 |
| - } |
2103 |
| - ], |
2104 |
| - "licenses": [ |
2105 |
| - { |
2106 |
| - "license": { |
2107 |
| - "id": "MIT", |
2108 |
| - "url": "https://opensource.org/license/mit/", |
2109 |
| - "acknowledgement": "concluded" |
2110 |
| - } |
| 2101 | + "content": "91d0fcde680d42cd031daf3a6ba20da3107e08a75de50da58360e7d94ab24d36" |
2111 | 2102 | }
|
2112 | 2103 | ],
|
2113 | 2104 | "externalReferences": [
|
|
2117 | 2108 | "comment": "Home page for project"
|
2118 | 2109 | },
|
2119 | 2110 | {
|
2120 |
| - "url": "https://pypi.org/project/pyparsing/3.2.3/#files", |
| 2111 | + "url": "https://pypi.org/project/pyparsing/3.2.4/#files", |
2121 | 2112 | "type": "distribution",
|
2122 | 2113 | "comment": "Download location for component"
|
2123 | 2114 | }
|
2124 | 2115 | ],
|
2125 |
| - "purl": "pkg:pypi/[email protected].3", |
| 2116 | + "purl": "pkg:pypi/[email protected].4", |
2126 | 2117 | "properties": [
|
2127 | 2118 | {
|
2128 | 2119 | "name": "release_date",
|
2129 |
| - "value": "2025-03-25T05:01:24Z" |
| 2120 | + "value": "2025-09-13T05:47:17Z" |
2130 | 2121 | },
|
2131 | 2122 | {
|
2132 | 2123 | "name": "language",
|
|
2135 | 2126 | {
|
2136 | 2127 | "name": "python_version",
|
2137 | 2128 | "value": "3.10.18"
|
2138 |
| - }, |
2139 |
| - { |
2140 |
| - "name": "License Comments", |
2141 |
| - "value": "pyparsing declares MIT License which is not currently a valid SPDX License identifier or expression." |
2142 | 2129 | }
|
2143 | 2130 | ]
|
2144 | 2131 | },
|
|
2419 | 2406 | "type": "library",
|
2420 | 2407 | "bom-ref": "36-cffi",
|
2421 | 2408 | "name": "cffi",
|
2422 |
| - "version": "1.17.1", |
| 2409 | + "version": "2.0.0", |
2423 | 2410 | "supplier": {
|
2424 |
| - "name": "Armin Maciej Fijalkowski", |
2425 |
| - "contact": [ |
2426 |
| - { |
2427 |
| - |
2428 |
| - } |
2429 |
| - ] |
| 2411 | + "name": "Armin Maciej Fijalkowski" |
2430 | 2412 | },
|
2431 |
| - "cpe": "cpe:2.3:a:armin_maciej_fijalkowski:cffi:1.17.1:*:*:*:*:*:*:*", |
| 2413 | + "cpe": "cpe:2.3:a:armin_maciej_fijalkowski:cffi:2.0.0:*:*:*:*:*:*:*", |
2432 | 2414 | "description": "Foreign Function Interface for Python calling C code.",
|
2433 | 2415 | "hashes": [
|
2434 | 2416 | {
|
2435 | 2417 | "alg": "SHA-256",
|
2436 |
| - "content": "df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14" |
2437 |
| - } |
2438 |
| - ], |
2439 |
| - "licenses": [ |
2440 |
| - { |
2441 |
| - "license": { |
2442 |
| - "id": "MIT", |
2443 |
| - "url": "https://opensource.org/license/mit/", |
2444 |
| - "acknowledgement": "concluded" |
2445 |
| - } |
| 2418 | + "content": "0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44" |
2446 | 2419 | }
|
2447 | 2420 | ],
|
2448 | 2421 | "externalReferences": [
|
2449 | 2422 | {
|
2450 |
| - "url": "http://cffi.readthedocs.org", |
2451 |
| - "type": "website", |
2452 |
| - "comment": "Home page for project" |
2453 |
| - }, |
2454 |
| - { |
2455 |
| - "url": "https://pypi.org/project/cffi/1.17.1/#files", |
| 2423 | + "url": "https://pypi.org/project/cffi/2.0.0/#files", |
2456 | 2424 | "type": "distribution",
|
2457 | 2425 | "comment": "Download location for component"
|
2458 | 2426 | },
|
2459 | 2427 | {
|
2460 |
| - "url": "http://cffi.readthedocs.org/", |
| 2428 | + "url": "https://cffi.readthedocs.io/", |
2461 | 2429 | "type": "documentation"
|
2462 | 2430 | },
|
2463 |
| - { |
2464 |
| - "url": "https://github.com/python-cffi/cffi", |
2465 |
| - "type": "vcs" |
2466 |
| - }, |
2467 |
| - { |
2468 |
| - "url": "https://github.com/python-cffi/cffi/issues", |
2469 |
| - "type": "issue-tracker" |
2470 |
| - }, |
2471 | 2431 | {
|
2472 | 2432 | "url": "https://cffi.readthedocs.io/en/latest/whatsnew.html",
|
2473 | 2433 | "type": "log"
|
|
2479 | 2439 | {
|
2480 | 2440 | "url": "https://groups.google.com/forum/#!forum/python-cffi",
|
2481 | 2441 | "type": "other"
|
| 2442 | + }, |
| 2443 | + { |
| 2444 | + "url": "https://github.com/python-cffi/cffi", |
| 2445 | + "type": "vcs" |
| 2446 | + }, |
| 2447 | + { |
| 2448 | + "url": "https://github.com/python-cffi/cffi/issues", |
| 2449 | + "type": "issue-tracker" |
2482 | 2450 | }
|
2483 | 2451 | ],
|
2484 |
| - "purl": "pkg:pypi/cffi@1.17.1", |
| 2452 | + "purl": "pkg:pypi/cffi@2.0.0", |
2485 | 2453 | "properties": [
|
2486 | 2454 | {
|
2487 | 2455 | "name": "release_date",
|
2488 |
| - "value": "2024-09-04T20:43:30Z" |
| 2456 | + "value": "2025-09-08T23:22:08Z" |
2489 | 2457 | },
|
2490 | 2458 | {
|
2491 | 2459 | "name": "language",
|
|
2501 | 2469 | "type": "library",
|
2502 | 2470 | "bom-ref": "37-pycparser",
|
2503 | 2471 | "name": "pycparser",
|
2504 |
| - "version": "2.22", |
| 2472 | + "version": "2.23", |
2505 | 2473 | "supplier": {
|
2506 | 2474 | "name": "Eli Bendersky",
|
2507 | 2475 | "contact": [
|
|
2510 | 2478 | }
|
2511 | 2479 | ]
|
2512 | 2480 | },
|
2513 |
| - "cpe": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*", |
| 2481 | + "cpe": "cpe:2.3:a:eli_bendersky:pycparser:2.23:*:*:*:*:*:*:*", |
2514 | 2482 | "description": "C parser in Python",
|
2515 | 2483 | "hashes": [
|
2516 | 2484 | {
|
2517 | 2485 | "alg": "SHA-256",
|
2518 |
| - "content": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" |
| 2486 | + "content": "e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934" |
2519 | 2487 | }
|
2520 | 2488 | ],
|
2521 | 2489 | "licenses": [
|
|
2534 | 2502 | "comment": "Home page for project"
|
2535 | 2503 | },
|
2536 | 2504 | {
|
2537 |
| - "url": "https://pypi.org/project/pycparser/2.22/#files", |
| 2505 | + "url": "https://pypi.org/project/pycparser/2.23/#files", |
2538 | 2506 | "type": "distribution",
|
2539 | 2507 | "comment": "Download location for component"
|
2540 | 2508 | }
|
2541 | 2509 | ],
|
2542 |
| - "purl": "pkg:pypi/pycparser@2.22", |
| 2510 | + "purl": "pkg:pypi/pycparser@2.23", |
2543 | 2511 | "properties": [
|
2544 | 2512 | {
|
2545 | 2513 | "name": "release_date",
|
2546 |
| - "value": "2024-03-30T13:22:20Z" |
| 2514 | + "value": "2025-09-09T13:23:46Z" |
2547 | 2515 | },
|
2548 | 2516 | {
|
2549 | 2517 | "name": "language",
|
|
3123 | 3091 | "type": "library",
|
3124 | 3092 | "bom-ref": "47-jsonschema-specifications",
|
3125 | 3093 | "name": "jsonschema-specifications",
|
3126 |
| - "version": "2025.4.1", |
| 3094 | + "version": "2025.9.1", |
3127 | 3095 | "supplier": {
|
3128 | 3096 | "name": "Julian Berman",
|
3129 | 3097 | "contact": [
|
|
3132 | 3100 | }
|
3133 | 3101 | ]
|
3134 | 3102 | },
|
3135 |
| - "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.4.1:*:*:*:*:*:*:*", |
| 3103 | + "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.9.1:*:*:*:*:*:*:*", |
3136 | 3104 | "description": "The JSON Schema meta-schemas and vocabularies, exposed as a Registry",
|
3137 | 3105 | "hashes": [
|
3138 | 3106 | {
|
3139 | 3107 | "alg": "SHA-256",
|
3140 |
| - "content": "4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af" |
| 3108 | + "content": "98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe" |
3141 | 3109 | }
|
3142 | 3110 | ],
|
3143 | 3111 | "externalReferences": [
|
|
3147 | 3115 | "comment": "Home page for project"
|
3148 | 3116 | },
|
3149 | 3117 | {
|
3150 |
| - "url": "https://pypi.org/project/jsonschema-specifications/2025.4.1/#files", |
| 3118 | + "url": "https://pypi.org/project/jsonschema-specifications/2025.9.1/#files", |
3151 | 3119 | "type": "distribution",
|
3152 | 3120 | "comment": "Download location for component"
|
3153 | 3121 | },
|
|
3172 | 3140 | "type": "vcs"
|
3173 | 3141 | }
|
3174 | 3142 | ],
|
3175 |
| - "purl": "pkg:pypi/jsonschema-specifications@2025.4.1", |
| 3143 | + "purl": "pkg:pypi/jsonschema-specifications@2025.9.1", |
3176 | 3144 | "properties": [
|
3177 | 3145 | {
|
3178 | 3146 | "name": "release_date",
|
3179 |
| - "value": "2025-04-23T12:34:05Z" |
| 3147 | + "value": "2025-09-08T01:34:57Z" |
3180 | 3148 | },
|
3181 | 3149 | {
|
3182 | 3150 | "name": "language",
|
|
4256 | 4224 | "type": "library",
|
4257 | 4225 | "bom-ref": "65-narwhals",
|
4258 | 4226 | "name": "narwhals",
|
4259 |
| - "version": "2.3.0", |
| 4227 | + "version": "2.5.0", |
4260 | 4228 | "supplier": {
|
4261 | 4229 | "name": "Marco Gorelli",
|
4262 | 4230 | "contact": [
|
|
4265 | 4233 | }
|
4266 | 4234 | ]
|
4267 | 4235 | },
|
4268 |
| - "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.3.0:*:*:*:*:*:*:*", |
| 4236 | + "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.5.0:*:*:*:*:*:*:*", |
4269 | 4237 | "description": "Extremely lightweight compatibility layer between dataframe libraries",
|
4270 | 4238 | "hashes": [
|
4271 | 4239 | {
|
4272 | 4240 | "alg": "SHA-256",
|
4273 |
| - "content": "5507b1a9a9c2b1c55a627fdf6cf722fef2e23498bd14362a332c8848a311c321" |
| 4241 | + "content": "7e213f9ca7db3f8bf6f7eff35eaee6a1cf80902997e1b78d49b7755775d8f423" |
4274 | 4242 | }
|
4275 | 4243 | ],
|
4276 | 4244 | "licenses": [
|
|
4289 | 4257 | "comment": "Home page for project"
|
4290 | 4258 | },
|
4291 | 4259 | {
|
4292 |
| - "url": "https://pypi.org/project/narwhals/2.3.0/#files", |
| 4260 | + "url": "https://pypi.org/project/narwhals/2.5.0/#files", |
4293 | 4261 | "type": "distribution",
|
4294 | 4262 | "comment": "Download location for component"
|
4295 | 4263 | },
|
|
4306 | 4274 | "type": "issue-tracker"
|
4307 | 4275 | }
|
4308 | 4276 | ],
|
4309 |
| - "purl": "pkg:pypi/narwhals@2.3.0", |
| 4277 | + "purl": "pkg:pypi/narwhals@2.5.0", |
4310 | 4278 | "properties": [
|
4311 | 4279 | {
|
4312 | 4280 | "name": "release_date",
|
4313 |
| - "value": "2025-09-01T08:29:25Z" |
| 4281 | + "value": "2025-09-12T10:04:22Z" |
4314 | 4282 | },
|
4315 | 4283 | {
|
4316 | 4284 | "name": "language",
|
|
4881 | 4849 | "type": "library",
|
4882 | 4850 | "bom-ref": "75-zstandard",
|
4883 | 4851 | "name": "zstandard",
|
4884 |
| - "version": "0.24.0", |
| 4852 | + "version": "0.25.0", |
4885 | 4853 | "supplier": {
|
4886 | 4854 | "name": "Gregory Szorc",
|
4887 | 4855 | "contact": [
|
|
4890 | 4858 | }
|
4891 | 4859 | ]
|
4892 | 4860 | },
|
4893 |
| - "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.24.0:*:*:*:*:*:*:*", |
| 4861 | + "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.25.0:*:*:*:*:*:*:*", |
4894 | 4862 | "description": "Zstandard bindings for Python",
|
4895 |
| - "hashes": [ |
4896 |
| - { |
4897 |
| - "alg": "SHA-256", |
4898 |
| - "content": "af1394c2c5febc44e0bbf0fc6428263fa928b50d1b1982ce1d870dc793a8e5f4" |
4899 |
| - } |
4900 |
| - ], |
4901 |
| - "licenses": [ |
4902 |
| - { |
4903 |
| - "license": { |
4904 |
| - "id": "BSD-3-Clause", |
4905 |
| - "url": "https://opensource.org/licenses/BSD-3-Clause", |
4906 |
| - "acknowledgement": "concluded" |
4907 |
| - } |
4908 |
| - } |
4909 |
| - ], |
4910 | 4863 | "externalReferences": [
|
4911 | 4864 | {
|
4912 | 4865 | "url": "https://github.com/indygreg/python-zstandard",
|
4913 | 4866 | "type": "website",
|
4914 | 4867 | "comment": "Home page for project"
|
4915 | 4868 | },
|
4916 | 4869 | {
|
4917 |
| - "url": "https://pypi.org/project/zstandard/0.24.0/#files", |
| 4870 | + "url": "https://pypi.org/project/zstandard/0.25.0/#files", |
4918 | 4871 | "type": "distribution",
|
4919 | 4872 | "comment": "Download location for component"
|
4920 | 4873 | },
|
|
4923 | 4876 | "type": "documentation"
|
4924 | 4877 | }
|
4925 | 4878 | ],
|
4926 |
| - "purl": "pkg:pypi/zstandard@0.24.0", |
| 4879 | + "purl": "pkg:pypi/zstandard@0.25.0", |
4927 | 4880 | "properties": [
|
4928 | 4881 | {
|
4929 | 4882 | "name": "release_date",
|
4930 |
| - "value": "2025-08-17T18:21:12Z" |
| 4883 | + "value": "2025-06-08T17:06:38Z" |
4931 | 4884 | },
|
4932 | 4885 | {
|
4933 | 4886 | "name": "language",
|
|
4936 | 4889 | {
|
4937 | 4890 | "name": "python_version",
|
4938 | 4891 | "value": "3.10.18"
|
4939 |
| - }, |
4940 |
| - { |
4941 |
| - "name": "License Comments", |
4942 |
| - "value": "zstandard declares BSD which is not currently a valid SPDX License identifier or expression." |
4943 | 4892 | }
|
4944 | 4893 | ]
|
4945 | 4894 | }
|
|
0 commit comments