This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella, gregory.p.smith
Date 2020-01-14.11:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579002780.47.0.570956156071.issue39328@roundup.psfhosted.org>
In-reply-to
Content
This is being opened from the report on GH3035.

During malware research I bumped int problem with my Python based file analyzer: miscreants are modifying ZIP file header parts so, that python based automated analysis tools are unable to process the contents but intended clients are able to open the files with end-user applications and extract the possibly malicious contents. Proposed patch makes it possible to process the ZIP files even if such conditions occur. Default behavior remains the same (raise BadZipFile exception).
History
Date User Action Args
2020-01-14 11:53:00cheryl.sabellasetrecipients: + cheryl.sabella, gregory.p.smith
2020-01-14 11:53:00cheryl.sabellasetmessageid: <1579002780.47.0.570956156071.issue39328@roundup.psfhosted.org>
2020-01-14 11:53:00cheryl.sabellalinkissue39328 messages
2020-01-14 11:53:00cheryl.sabellacreate