pyzipper
pyzipper copied to clipboard
"Quoted overlap" bug inherithed from zipfile
In the latest release of python there was a fix for a "zipbomb" issue:
https://github.com/python/cpython/issues/109858 https://github.com/python/cpython/pull/110016
Since this package was "forked" from zipfile it should be checked if this is an issue also here.