]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multisslte...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 Aug 2025 06:53:21 +0000 (08:53 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Aug 2025 06:53:21 +0000 (09:53 +0300)
Co-authored-by: Tommaso Bona <piergeolo@gmail.com>
Tools/ssl/multissltests.py

index 3bede231748e6c0f6af07531f9e294d027b4220b..da21e7d97965d123ff583220e34614b4bc23bbb6 100755 (executable)
@@ -294,7 +294,7 @@ class AbstractBuilder(object):
                 raise ValueError(member.name, base)
             member.name = member.name[len(base):].lstrip('/')
         log.info("Unpacking files to {}".format(self.build_dir))
-        tf.extractall(self.build_dir, members)
+        tf.extractall(self.build_dir, members, filter='data')
 
     def _build_src(self, config_args=()):
         """Now build openssl"""