[Python-checkins] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659)

2024-11-15 Thread alex
https://github.com/python/cpython/commit/d6bcc154e93a0a20ab97187d3e8b726fffb14f8f commit: d6bcc154e93a0a20ab97187d3e8b726fffb14f8f branch: main author: Alex Gaynor committer: alex date: 2024-11-15T18:09:05-05:00 summary: Added a warning to the urljoin docs, indicating that it is not safe to use

[Python-checkins] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)

2024-02-15 Thread alex
https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab commit: bce693111bff906ccf9281c22371331aaff766ab branch: main author: David Benjamin committer: alex date: 2024-02-15T19:24:51-05:00 summary: gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573

[Python-checkins] When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115147)

2024-02-07 Thread alex
https://github.com/python/cpython/commit/38b970dfcc3cdebc87a456f17ef1e0f06dde7375 commit: 38b970dfcc3cdebc87a456f17ef1e0f06dde7375 branch: main author: Alex Gaynor committer: alex date: 2024-02-07T17:21:33-05:00 summary: When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort