[issue31175] Exception while extracting file from ZIP with non-matching file name in central directory
Tarmo Randel added the comment: Proposed patch -- keywords: +patch Added file: http://bugs.python.org/file47074/zipfile.patch ___ Python tracker <http://bugs.python.org/issue31
[issue31175] Exception while extracting file from ZIP with non-matching file name in central directory
New submission from Tarmo Randel: The problem: miscreants are modifying ZIP file header parts so, that Python based automated analysis tools are unable to process the contents of the ZIP file but intended clients are able to open the file and extract the possibly malicious contents. Github