Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cleaner] Use fully_trusted filter for extraction
Since Python 3.12, archive.extractall would require setting an extraction filter otherwise an exception is raised. See PEP 706 for more. Since Python 3.10 and 3.11 can raise false alarms as exceptions (see #3330 for examples), we must use the legacy fully_trusted filter. Relevant: #3319 Closes: #3330 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information