]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151987: Pass filter_function to `TarFile._extract_one()` during `.extract...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 19:11:44 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 19:11:44 +0000 (21:11 +0200)
commiteee3ddf0ca10283cc7fea724aae9cd8665f8d15e
tree595344b6caafc850f23b2742b6e52eac899a400c
parentd608eb950657fc59747a4f01ec4ead2425721656
[3.13] gh-151987: Pass filter_function to `TarFile._extract_one()` during `.extract()` (GH-151988) (#152610)

(cherry picked from commit 7ccdbaba2c54250a70d7f25632152df7655a5e0a)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Seth Michael Larson <seth@python.org>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Security/2026-06-23-14-19-30.gh-issue-151987.8mNIMf.rst [new file with mode: 0644]