Python: Add change note

This commit is contained in:
Taus
2023-11-27 14:39:32 +00:00
parent 95e9284d08
commit ad1a86879e

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
- Added support for tarfile extraction filters as defined in [PEP-706](https://peps.python.org/pep-0706). In particular, calls to `TarFile.extract`, and `TarFile.extractall` are no longer considered to be sinks for the `py/tarslip` query if a sufficiently safe filter is provided.