]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:22 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 19:11:22 +0000 (21:11 +0200)
commit5e0ef3f1afe892e4f64eb83368db57ac4c40cba0
treec71207a3fdb023ff41b8d2b4e1f84dfd6fbb8931
parentf5969e78ddde3db399836b5a88144aa7c1420a94
[3.14] gh-151987: Pass filter_function to `TarFile._extract_one()` during `.extract()` (GH-151988) (#152609)

(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]