mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
The tarfile.extractall() filter argument was introduced in the most recent CPython releases (e.g., 3.11.4) to avoid potential security issues when extracting from potentially hostile tarballs. Let's use this option if it is available and provide a warning if it is now.