Open RKrahl opened 10 months ago
Python 3.12 raises a warning:
DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
Background are tarfile extraction filters introduced with Python 3.12.
Should implement a custom extraction filter that refuses to extract certain items:
Python 3.12 raises a warning:
Background are tarfile extraction filters introduced with Python 3.12.