|
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:c0992a50-1617-4b71-80cc-1ca45e216492", |
| 5 | + "serialNumber": "urn:uuid:e95d818a-d226-4cdc-ab2e-458ba245d4a8", |
6 | 6 | "version": 1,
|
7 | 7 | "metadata": {
|
8 |
| - "timestamp": "2025-09-08T00:42:26Z", |
| 8 | + "timestamp": "2025-09-15T00:43:01Z", |
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.9.23"
|
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",
|
|
3232 | 3200 | "type": "library",
|
3233 | 3201 | "bom-ref": "49-jsonschema-specifications",
|
3234 | 3202 | "name": "jsonschema-specifications",
|
3235 |
| - "version": "2025.4.1", |
| 3203 | + "version": "2025.9.1", |
3236 | 3204 | "supplier": {
|
3237 | 3205 | "name": "Julian Berman",
|
3238 | 3206 | "contact": [
|
|
3241 | 3209 | }
|
3242 | 3210 | ]
|
3243 | 3211 | },
|
3244 |
| - "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.4.1:*:*:*:*:*:*:*", |
| 3212 | + "cpe": "cpe:2.3:a:julian_berman:jsonschema-specifications:2025.9.1:*:*:*:*:*:*:*", |
3245 | 3213 | "description": "The JSON Schema meta-schemas and vocabularies, exposed as a Registry",
|
3246 | 3214 | "hashes": [
|
3247 | 3215 | {
|
3248 | 3216 | "alg": "SHA-256",
|
3249 |
| - "content": "4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af" |
| 3217 | + "content": "98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe" |
3250 | 3218 | }
|
3251 | 3219 | ],
|
3252 | 3220 | "externalReferences": [
|
|
3256 | 3224 | "comment": "Home page for project"
|
3257 | 3225 | },
|
3258 | 3226 | {
|
3259 |
| - "url": "https://pypi.org/project/jsonschema-specifications/2025.4.1/#files", |
| 3227 | + "url": "https://pypi.org/project/jsonschema-specifications/2025.9.1/#files", |
3260 | 3228 | "type": "distribution",
|
3261 | 3229 | "comment": "Download location for component"
|
3262 | 3230 | },
|
|
3281 | 3249 | "type": "vcs"
|
3282 | 3250 | }
|
3283 | 3251 | ],
|
3284 |
| - "purl": "pkg:pypi/jsonschema-specifications@2025.4.1", |
| 3252 | + "purl": "pkg:pypi/jsonschema-specifications@2025.9.1", |
3285 | 3253 | "properties": [
|
3286 | 3254 | {
|
3287 | 3255 | "name": "release_date",
|
3288 |
| - "value": "2025-04-23T12:34:05Z" |
| 3256 | + "value": "2025-09-08T01:34:57Z" |
3289 | 3257 | },
|
3290 | 3258 | {
|
3291 | 3259 | "name": "language",
|
|
4365 | 4333 | "type": "library",
|
4366 | 4334 | "bom-ref": "67-narwhals",
|
4367 | 4335 | "name": "narwhals",
|
4368 |
| - "version": "2.3.0", |
| 4336 | + "version": "2.5.0", |
4369 | 4337 | "supplier": {
|
4370 | 4338 | "name": "Marco Gorelli",
|
4371 | 4339 | "contact": [
|
|
4374 | 4342 | }
|
4375 | 4343 | ]
|
4376 | 4344 | },
|
4377 |
| - "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.3.0:*:*:*:*:*:*:*", |
| 4345 | + "cpe": "cpe:2.3:a:marco_gorelli:narwhals:2.5.0:*:*:*:*:*:*:*", |
4378 | 4346 | "description": "Extremely lightweight compatibility layer between dataframe libraries",
|
4379 | 4347 | "hashes": [
|
4380 | 4348 | {
|
4381 | 4349 | "alg": "SHA-256",
|
4382 |
| - "content": "5507b1a9a9c2b1c55a627fdf6cf722fef2e23498bd14362a332c8848a311c321" |
| 4350 | + "content": "7e213f9ca7db3f8bf6f7eff35eaee6a1cf80902997e1b78d49b7755775d8f423" |
4383 | 4351 | }
|
4384 | 4352 | ],
|
4385 | 4353 | "licenses": [
|
|
4398 | 4366 | "comment": "Home page for project"
|
4399 | 4367 | },
|
4400 | 4368 | {
|
4401 |
| - "url": "https://pypi.org/project/narwhals/2.3.0/#files", |
| 4369 | + "url": "https://pypi.org/project/narwhals/2.5.0/#files", |
4402 | 4370 | "type": "distribution",
|
4403 | 4371 | "comment": "Download location for component"
|
4404 | 4372 | },
|
|
4415 | 4383 | "type": "issue-tracker"
|
4416 | 4384 | }
|
4417 | 4385 | ],
|
4418 |
| - "purl": "pkg:pypi/narwhals@2.3.0", |
| 4386 | + "purl": "pkg:pypi/narwhals@2.5.0", |
4419 | 4387 | "properties": [
|
4420 | 4388 | {
|
4421 | 4389 | "name": "release_date",
|
4422 |
| - "value": "2025-09-01T08:29:25Z" |
| 4390 | + "value": "2025-09-12T10:04:22Z" |
4423 | 4391 | },
|
4424 | 4392 | {
|
4425 | 4393 | "name": "language",
|
|
4942 | 4910 | "type": "library",
|
4943 | 4911 | "bom-ref": "76-zstandard",
|
4944 | 4912 | "name": "zstandard",
|
4945 |
| - "version": "0.24.0", |
| 4913 | + "version": "0.25.0", |
4946 | 4914 | "supplier": {
|
4947 | 4915 | "name": "Gregory Szorc",
|
4948 | 4916 | "contact": [
|
|
4951 | 4919 | }
|
4952 | 4920 | ]
|
4953 | 4921 | },
|
4954 |
| - "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.24.0:*:*:*:*:*:*:*", |
| 4922 | + "cpe": "cpe:2.3:a:gregory_szorc:zstandard:0.25.0:*:*:*:*:*:*:*", |
4955 | 4923 | "description": "Zstandard bindings for Python",
|
4956 |
| - "hashes": [ |
4957 |
| - { |
4958 |
| - "alg": "SHA-256", |
4959 |
| - "content": "af1394c2c5febc44e0bbf0fc6428263fa928b50d1b1982ce1d870dc793a8e5f4" |
4960 |
| - } |
4961 |
| - ], |
4962 |
| - "licenses": [ |
4963 |
| - { |
4964 |
| - "license": { |
4965 |
| - "id": "BSD-3-Clause", |
4966 |
| - "url": "https://opensource.org/licenses/BSD-3-Clause", |
4967 |
| - "acknowledgement": "concluded" |
4968 |
| - } |
4969 |
| - } |
4970 |
| - ], |
4971 | 4924 | "externalReferences": [
|
4972 | 4925 | {
|
4973 | 4926 | "url": "https://github.com/indygreg/python-zstandard",
|
4974 | 4927 | "type": "website",
|
4975 | 4928 | "comment": "Home page for project"
|
4976 | 4929 | },
|
4977 | 4930 | {
|
4978 |
| - "url": "https://pypi.org/project/zstandard/0.24.0/#files", |
| 4931 | + "url": "https://pypi.org/project/zstandard/0.25.0/#files", |
4979 | 4932 | "type": "distribution",
|
4980 | 4933 | "comment": "Download location for component"
|
4981 | 4934 | },
|
|
4984 | 4937 | "type": "documentation"
|
4985 | 4938 | }
|
4986 | 4939 | ],
|
4987 |
| - "purl": "pkg:pypi/zstandard@0.24.0", |
| 4940 | + "purl": "pkg:pypi/zstandard@0.25.0", |
4988 | 4941 | "properties": [
|
4989 | 4942 | {
|
4990 | 4943 | "name": "release_date",
|
4991 |
| - "value": "2025-08-17T18:21:12Z" |
| 4944 | + "value": "2020-11-01T01:40:20Z" |
4992 | 4945 | },
|
4993 | 4946 | {
|
4994 | 4947 | "name": "language",
|
|
4997 | 4950 | {
|
4998 | 4951 | "name": "python_version",
|
4999 | 4952 | "value": "3.9.23"
|
5000 |
| - }, |
5001 |
| - { |
5002 |
| - "name": "License Comments", |
5003 |
| - "value": "zstandard declares BSD which is not currently a valid SPDX License identifier or expression." |
5004 | 4953 | }
|
5005 | 4954 | ]
|
5006 | 4955 | }
|
|
0 commit comments