|
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:1a1f6942-114f-468f-9701-57faeb352631", |
| 5 | + "serialNumber": "urn:uuid:fe5225ad-8d82-41ad-b1e0-aa0b1294f956", |
6 | 6 | "version": 1,
|
7 | 7 | "metadata": {
|
8 |
| - "timestamp": "2025-09-08T00:42:05Z", |
| 8 | + "timestamp": "2025-09-15T00:43:01Z", |
9 | 9 | "lifecycles": [
|
10 | 10 | {
|
11 | 11 | "phase": "build"
|
|
2002 | 2002 | "type": "library",
|
2003 | 2003 | "bom-ref": "30-pyparsing",
|
2004 | 2004 | "name": "pyparsing",
|
2005 |
| - "version": "3.2.3", |
| 2005 | + "version": "3.2.4", |
2006 | 2006 | "supplier": {
|
2007 | 2007 | "name": "Paul McGuire",
|
2008 | 2008 | "contact": [
|
|
2011 | 2011 | }
|
2012 | 2012 | ]
|
2013 | 2013 | },
|
2014 |
| - "cpe": "cpe:2.3:a:paul_mcguire:pyparsing:3.2.3:*:*:*:*:*:*:*", |
2015 |
| - "description": "pyparsing module - Classes and methods to define and execute parsing grammars", |
| 2014 | + "cpe": "cpe:2.3:a:paul_mcguire:pyparsing:3.2.4:*:*:*:*:*:*:*", |
| 2015 | + "description": "pyparsing - Classes and methods to define and execute parsing grammars", |
2016 | 2016 | "hashes": [
|
2017 | 2017 | {
|
2018 | 2018 | "alg": "SHA-256",
|
2019 |
| - "content": "a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf" |
2020 |
| - } |
2021 |
| - ], |
2022 |
| - "licenses": [ |
2023 |
| - { |
2024 |
| - "license": { |
2025 |
| - "id": "MIT", |
2026 |
| - "url": "https://opensource.org/license/mit/", |
2027 |
| - "acknowledgement": "concluded" |
2028 |
| - } |
| 2019 | + "content": "91d0fcde680d42cd031daf3a6ba20da3107e08a75de50da58360e7d94ab24d36" |
2029 | 2020 | }
|
2030 | 2021 | ],
|
2031 | 2022 | "externalReferences": [
|
|
2035 | 2026 | "comment": "Home page for project"
|
2036 | 2027 | },
|
2037 | 2028 | {
|
2038 |
| - "url": "https://pypi.org/project/pyparsing/3.2.3/#files", |
| 2029 | + "url": "https://pypi.org/project/pyparsing/3.2.4/#files", |
2039 | 2030 | "type": "distribution",
|
2040 | 2031 | "comment": "Download location for component"
|
2041 | 2032 | }
|
2042 | 2033 | ],
|
2043 |
| - "purl": "pkg:pypi/[email protected].3", |
| 2034 | + "purl": "pkg:pypi/[email protected].4", |
2044 | 2035 | "properties": [
|
2045 | 2036 | {
|
2046 | 2037 | "name": "release_date",
|
2047 |
| - "value": "2025-03-25T05:01:24Z" |
| 2038 | + "value": "2025-09-13T05:47:17Z" |
2048 | 2039 | },
|
2049 | 2040 | {
|
2050 | 2041 | "name": "language",
|
|
2053 | 2044 | {
|
2054 | 2045 | "name": "python_version",
|
2055 | 2046 | "value": "3.13.7"
|
2056 |
| - }, |
2057 |
| - { |
2058 |
| - "name": "License Comments", |
2059 |
| - "value": "pyparsing declares MIT License which is not currently a valid SPDX License identifier or expression." |
2060 | 2047 | }
|
2061 | 2048 | ]
|
2062 | 2049 | },
|
|
2337 | 2324 | "type": "library",
|
2338 | 2325 | "bom-ref": "35-cffi",
|
2339 | 2326 | "name": "cffi",
|
2340 |
| - "version": "1.17.1", |
| 2327 | + "version": "2.0.0", |
2341 | 2328 | "supplier": {
|
2342 |
| - "name": "Armin Maciej Fijalkowski", |
2343 |
| - "contact": [ |
2344 |
| - { |
2345 |
| - |
2346 |
| - } |
2347 |
| - ] |
| 2329 | + "name": "Armin Maciej Fijalkowski" |
2348 | 2330 | },
|
2349 |
| - "cpe": "cpe:2.3:a:armin_maciej_fijalkowski:cffi:1.17.1:*:*:*:*:*:*:*", |
| 2331 | + "cpe": "cpe:2.3:a:armin_maciej_fijalkowski:cffi:2.0.0:*:*:*:*:*:*:*", |
2350 | 2332 | "description": "Foreign Function Interface for Python calling C code.",
|
2351 | 2333 | "hashes": [
|
2352 | 2334 | {
|
2353 | 2335 | "alg": "SHA-256",
|
2354 |
| - "content": "df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14" |
2355 |
| - } |
2356 |
| - ], |
2357 |
| - "licenses": [ |
2358 |
| - { |
2359 |
| - "license": { |
2360 |
| - "id": "MIT", |
2361 |
| - "url": "https://opensource.org/license/mit/", |
2362 |
| - "acknowledgement": "concluded" |
2363 |
| - } |
| 2336 | + "content": "0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44" |
2364 | 2337 | }
|
2365 | 2338 | ],
|
2366 | 2339 | "externalReferences": [
|
2367 | 2340 | {
|
2368 |
| - "url": "http://cffi.readthedocs.org", |
2369 |
| - "type": "website", |
2370 |
| - "comment": "Home page for project" |
2371 |
| - }, |
2372 |
| - { |
2373 |
| - "url": "https://pypi.org/project/cffi/1.17.1/#files", |
| 2341 | + "url": "https://pypi.org/project/cffi/2.0.0/#files", |
2374 | 2342 | "type": "distribution",
|
2375 | 2343 | "comment": "Download location for component"
|
2376 | 2344 | },
|
2377 | 2345 | {
|
2378 |
| - "url": "http://cffi.readthedocs.org/", |
| 2346 | + "url": "https://cffi.readthedocs.io/", |
2379 | 2347 | "type": "documentation"
|
2380 | 2348 | },
|
2381 |
| - { |
2382 |
| - "url": "https://github.com/python-cffi/cffi", |
2383 |
| - "type": "vcs" |
2384 |
| - }, |
2385 |
| - { |
2386 |
| - "url": "https://github.com/python-cffi/cffi/issues", |
2387 |
| - "type": "issue-tracker" |
2388 |
| - }, |
2389 | 2349 | {
|
2390 | 2350 | "url": "https://cffi.readthedocs.io/en/latest/whatsnew.html",
|
2391 | 2351 | "type": "log"
|
|
2397 | 2357 | {
|
2398 | 2358 | "url": "https://groups.google.com/forum/#!forum/python-cffi",
|
2399 | 2359 | "type": "other"
|
| 2360 | + }, |
| 2361 | + { |
| 2362 | + "url": "https://github.com/python-cffi/cffi", |
| 2363 | + "type": "vcs" |
| 2364 | + }, |
| 2365 | + { |
| 2366 | + "url": "https://github.com/python-cffi/cffi/issues", |
| 2367 | + "type": "issue-tracker" |
2400 | 2368 | }
|
2401 | 2369 | ],
|
2402 |
| - "purl": "pkg:pypi/cffi@1.17.1", |
| 2370 | + "purl": "pkg:pypi/cffi@2.0.0", |
2403 | 2371 | "properties": [
|
2404 | 2372 | {
|
2405 | 2373 | "name": "release_date",
|
2406 |
| - "value": "2024-09-04T20:43:30Z" |
| 2374 | + "value": "2025-09-08T23:22:08Z" |
2407 | 2375 | },
|
2408 | 2376 | {
|
2409 | 2377 | "name": "language",
|
|
2419 | 2387 | "type": "library",
|
2420 | 2388 | "bom-ref": "36-pycparser",
|
2421 | 2389 | "name": "pycparser",
|
2422 |
| - "version": "2.22", |
| 2390 | + "version": "2.23", |
2423 | 2391 | "supplier": {
|
2424 | 2392 | "name": "Eli Bendersky",
|
2425 | 2393 | "contact": [
|
|
2428 | 2396 | }
|
2429 | 2397 | ]
|
2430 | 2398 | },
|
2431 |
| - "cpe": "cpe:2.3:a:eli_bendersky:pycparser:2.22:*:*:*:*:*:*:*", |
| 2399 | + "cpe": "cpe:2.3:a:eli_bendersky:pycparser:2.23:*:*:*:*:*:*:*", |
2432 | 2400 | "description": "C parser in Python",
|
2433 | 2401 | "hashes": [
|
2434 | 2402 | {
|
2435 | 2403 | "alg": "SHA-256",
|
2436 |
| - "content": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" |
| 2404 | + "content": "e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934" |
2437 | 2405 | }
|
2438 | 2406 | ],
|
2439 | 2407 | "licenses": [
|
|
2452 | 2420 | "comment": "Home page for project"
|
2453 | 2421 | },
|
2454 | 2422 | {
|
2455 |
| - "url": "https://pypi.org/project/pycparser/2.22/#files", |
| 2423 | + "url": "https://pypi.org/project/pycparser/2.23/#files", |
2456 | 2424 | "type": "distribution",
|
2457 | 2425 | "comment": "Download location for component"
|
2458 | 2426 | }
|
2459 | 2427 | ],
|
2460 |
| - "purl": "pkg:pypi/pycparser@2.22", |
| 2428 | + "purl": "pkg:pypi/pycparser@2.23", |
2461 | 2429 | "properties": [
|
2462 | 2430 | {
|
2463 | 2431 | "name": "release_date",
|
2464 |
| - "value": "2024-03-30T13:22:20Z" |
| 2432 | + "value": "2025-09-09T13:23:46Z" |
2465 | 2433 | },
|
2466 | 2434 | {
|
2467 | 2435 | "name": "language",
|
|
3041 | 3009 | "type": "library",
|
3042 | 3010 | "bom-ref": "46-jsonschema-specifications",
|
3043 | 3011 | "name": "jsonschema-specifications",
|
3044 |
| - "version": "2025.4.1", |
| 3012 | + "version": "2025.9.1", |
3045 | 3013 | "supplier": {
|
3046 | 3014 | "name": "Julian Berman",
|
3047 | 3015 | "contact": [
|
|
3050 | 3018 | }
|
3051 | 3019 | ]
|
3052 | 3020 | },
|
3053 |
| - "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.4.1:*:*:*:*:*:*:*", |
| 3021 | + "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.9.1:*:*:*:*:*:*:*", |
3054 | 3022 | "description": "The JSON Schema meta-schemas and vocabularies, exposed as a Registry",
|
3055 | 3023 | "hashes": [
|
3056 | 3024 | {
|
3057 | 3025 | "alg": "SHA-256",
|
3058 |
| - "content": "4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af" |
| 3026 | + "content": "98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe" |
3059 | 3027 | }
|
3060 | 3028 | ],
|
3061 | 3029 | "externalReferences": [
|
|
3065 | 3033 | "comment": "Home page for project"
|
3066 | 3034 | },
|
3067 | 3035 | {
|
3068 |
| - "url": "https://pypi.org/project/jsonschema-specifications/2025.4.1/#files", |
| 3036 | + "url": "https://pypi.org/project/jsonschema-specifications/2025.9.1/#files", |
3069 | 3037 | "type": "distribution",
|
3070 | 3038 | "comment": "Download location for component"
|
3071 | 3039 | },
|
|
3090 | 3058 | "type": "vcs"
|
3091 | 3059 | }
|
3092 | 3060 | ],
|
3093 |
| - "purl": "pkg:pypi/jsonschema-specifications@2025.4.1", |
| 3061 | + "purl": "pkg:pypi/jsonschema-specifications@2025.9.1", |
3094 | 3062 | "properties": [
|
3095 | 3063 | {
|
3096 | 3064 | "name": "release_date",
|
3097 |
| - "value": "2025-04-23T12:34:05Z" |
| 3065 | + "value": "2025-09-08T01:34:57Z" |
3098 | 3066 | },
|
3099 | 3067 | {
|
3100 | 3068 | "name": "language",
|
|
4174 | 4142 | "type": "library",
|
4175 | 4143 | "bom-ref": "64-narwhals",
|
4176 | 4144 | "name": "narwhals",
|
4177 |
| - "version": "2.3.0", |
| 4145 | + "version": "2.5.0", |
4178 | 4146 | "supplier": {
|
4179 | 4147 | "name": "Marco Gorelli",
|
4180 | 4148 | "contact": [
|
|
4183 | 4151 | }
|
4184 | 4152 | ]
|
4185 | 4153 | },
|
4186 |
| - "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.3.0:*:*:*:*:*:*:*", |
| 4154 | + "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.5.0:*:*:*:*:*:*:*", |
4187 | 4155 | "description": "Extremely lightweight compatibility layer between dataframe libraries",
|
4188 | 4156 | "hashes": [
|
4189 | 4157 | {
|
4190 | 4158 | "alg": "SHA-256",
|
4191 |
| - "content": "5507b1a9a9c2b1c55a627fdf6cf722fef2e23498bd14362a332c8848a311c321" |
| 4159 | + "content": "7e213f9ca7db3f8bf6f7eff35eaee6a1cf80902997e1b78d49b7755775d8f423" |
4192 | 4160 | }
|
4193 | 4161 | ],
|
4194 | 4162 | "licenses": [
|
|
4207 | 4175 | "comment": "Home page for project"
|
4208 | 4176 | },
|
4209 | 4177 | {
|
4210 |
| - "url": "https://pypi.org/project/narwhals/2.3.0/#files", |
| 4178 | + "url": "https://pypi.org/project/narwhals/2.5.0/#files", |
4211 | 4179 | "type": "distribution",
|
4212 | 4180 | "comment": "Download location for component"
|
4213 | 4181 | },
|
|
4224 | 4192 | "type": "issue-tracker"
|
4225 | 4193 | }
|
4226 | 4194 | ],
|
4227 |
| - "purl": "pkg:pypi/narwhals@2.3.0", |
| 4195 | + "purl": "pkg:pypi/narwhals@2.5.0", |
4228 | 4196 | "properties": [
|
4229 | 4197 | {
|
4230 | 4198 | "name": "release_date",
|
4231 |
| - "value": "2025-09-01T08:29:25Z" |
| 4199 | + "value": "2025-09-12T10:04:22Z" |
4232 | 4200 | },
|
4233 | 4201 | {
|
4234 | 4202 | "name": "language",
|
|
4741 | 4709 | "type": "library",
|
4742 | 4710 | "bom-ref": "73-zstandard",
|
4743 | 4711 | "name": "zstandard",
|
4744 |
| - "version": "0.24.0", |
| 4712 | + "version": "0.25.0", |
4745 | 4713 | "supplier": {
|
4746 | 4714 | "name": "Gregory Szorc",
|
4747 | 4715 | "contact": [
|
|
4750 | 4718 | }
|
4751 | 4719 | ]
|
4752 | 4720 | },
|
4753 |
| - "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.24.0:*:*:*:*:*:*:*", |
| 4721 | + "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.25.0:*:*:*:*:*:*:*", |
4754 | 4722 | "description": "Zstandard bindings for Python",
|
4755 |
| - "hashes": [ |
4756 |
| - { |
4757 |
| - "alg": "SHA-256", |
4758 |
| - "content": "af1394c2c5febc44e0bbf0fc6428263fa928b50d1b1982ce1d870dc793a8e5f4" |
4759 |
| - } |
4760 |
| - ], |
4761 |
| - "licenses": [ |
4762 |
| - { |
4763 |
| - "license": { |
4764 |
| - "id": "BSD-3-Clause", |
4765 |
| - "url": "https://opensource.org/licenses/BSD-3-Clause", |
4766 |
| - "acknowledgement": "concluded" |
4767 |
| - } |
4768 |
| - } |
4769 |
| - ], |
4770 | 4723 | "externalReferences": [
|
4771 | 4724 | {
|
4772 | 4725 | "url": "https://github.com/indygreg/python-zstandard",
|
4773 | 4726 | "type": "website",
|
4774 | 4727 | "comment": "Home page for project"
|
4775 | 4728 | },
|
4776 | 4729 | {
|
4777 |
| - "url": "https://pypi.org/project/zstandard/0.24.0/#files", |
| 4730 | + "url": "https://pypi.org/project/zstandard/0.25.0/#files", |
4778 | 4731 | "type": "distribution",
|
4779 | 4732 | "comment": "Download location for component"
|
4780 | 4733 | },
|
|
4783 | 4736 | "type": "documentation"
|
4784 | 4737 | }
|
4785 | 4738 | ],
|
4786 |
| - "purl": "pkg:pypi/zstandard@0.24.0", |
| 4739 | + "purl": "pkg:pypi/zstandard@0.25.0", |
4787 | 4740 | "properties": [
|
4788 | 4741 | {
|
4789 | 4742 | "name": "release_date",
|
4790 |
| - "value": "2025-08-17T18:21:12Z" |
| 4743 | + "value": "2025-06-08T17:06:38Z" |
4791 | 4744 | },
|
4792 | 4745 | {
|
4793 | 4746 | "name": "language",
|
|
4796 | 4749 | {
|
4797 | 4750 | "name": "python_version",
|
4798 | 4751 | "value": "3.13.7"
|
4799 |
| - }, |
4800 |
| - { |
4801 |
| - "name": "License Comments", |
4802 |
| - "value": "zstandard declares BSD which is not currently a valid SPDX License identifier or expression." |
4803 | 4752 | }
|
4804 | 4753 | ]
|
4805 | 4754 | }
|
|
0 commit comments