]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151987: Pass filter_function to TarFile._extract_one() during .extract() (GH-151988)
authorPetr Viktorin <encukou@gmail.com>
Mon, 29 Jun 2026 15:41:26 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 15:41:26 +0000 (17:41 +0200)
commit7ccdbaba2c54250a70d7f25632152df7655a5e0a
treecedb4704b116e935286e78b3d0d44897615708ca
parentbe4eebb8386d07f360dd835a0ecb4a1eb6385736
gh-151987: Pass filter_function to TarFile._extract_one() during .extract() (GH-151988)

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]