[Python-checkins] [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-26 Thread sethmlarson
https://github.com/python/cpython/commit/ade85bc5f4092723383885079742d8d4fdf74f1c commit: ade85bc5f4092723383885079742d8d4fdf74f1c branch: 3.12 author: Seth Michael Larson committer: sethmlarson date: 2025-09-26T17:23:04Z summary: [3.12] gh-139330: Check expat version/checksum in SBOM with

[Python-checkins] [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/7519ac294fc5c4fd7fb9cb8dc0edc960688cf887 commit: 7519ac294fc5c4fd7fb9cb8dc0edc960688cf887 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2025-09-25T18:30:14Z summary: [3.

[Python-checkins] [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/11d6c460b86f0d9dfa1bca2d8496c4c700f15e1c commit: 11d6c460b86f0d9dfa1bca2d8496c4c700f15e1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2025-09-25T18:05:09Z summary: [3.

[Python-checkins] gh-139330: Check expat version/checksum in SBOM with refresh.sh

2025-09-25 Thread sethmlarson
https://github.com/python/cpython/commit/89b5571025a5316ea3855c8e595a5f3c3ae11f8f commit: 89b5571025a5316ea3855c8e595a5f3c3ae11f8f branch: main author: Seth Michael Larson committer: sethmlarson date: 2025-09-25T17:13:45Z summary: gh-139330: Check expat version/checksum in SBOM with refresh.sh

[Python-checkins] [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)

2025-03-17 Thread sethmlarson
https://github.com/python/cpython/commit/6af54d298d5135302037cdda7a1f5535e48cb1b6 commit: 6af54d298d5135302037cdda7a1f5535e48cb1b6 branch: 3.13 author: Petr Viktorin committer: sethmlarson date: 2025-03-17T09:44:28-05:00 summary: [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176

[Python-checkins] [3.13] gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (GH-118669) (#123082)

2024-08-19 Thread sethmlarson
https://github.com/python/cpython/commit/21399a096302ea577efd9a12c2f08b4458d095bd commit: 21399a096302ea577efd9a12c2f08b4458d095bd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2024-08-19T10:39:28-05:00 summary: