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 jvoisin
Recipients docs@python, jvoisin, ronaldoussoren
Date 2019-12-17.09:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576575927.6.0.597533842472.issue39067@roundup.psfhosted.org>
In-reply-to
Content
Does it means that the right™ way to process untrusted tar files is
to wrap every call to functions from tarfile.py in a `try: … except Exception:` block?
History
Date User Action Args
2019-12-17 09:45:27jvoisinsetrecipients: + jvoisin, ronaldoussoren, docs@python
2019-12-17 09:45:27jvoisinsetmessageid: <1576575927.6.0.597533842472.issue39067@roundup.psfhosted.org>
2019-12-17 09:45:27jvoisinlinkissue39067 messages
2019-12-17 09:45:27jvoisincreate