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 shanxS
Recipients Arfrever, Daniel.Garcia, Philippe.Godbout, benjamin.peterson, christian.heimes, edulix, georg.brandl, jcea, jwilk, lars.gustaebel, martin.panter, ned.deily, serhiy.storchaka, shanxS, taleinat
Date 2018-10-10.02:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539137687.76.0.788709270274.issue21109@psf.upfronthosting.co.za>
In-reply-to
Content
It won't exactly be drop-in replacement.

I mean if users decide to replace Tarfile with SafeTarFile, existing code may break since there might be cases where dodgy tarballs are acceptable and/or used then SafeTarFile.open will throw an exception.

Having said that, I am refactoring the tests right now since the test file is ~3000 lines and adding SafeTarFile tests for every TarFile test is cluttering it.
History
Date User Action Args
2018-10-10 02:14:48shanxSsetrecipients: + shanxS, georg.brandl, jcea, lars.gustaebel, taleinat, christian.heimes, benjamin.peterson, jwilk, ned.deily, Arfrever, martin.panter, serhiy.storchaka, edulix, Daniel.Garcia, Philippe.Godbout
2018-10-10 02:14:47shanxSsetmessageid: <1539137687.76.0.788709270274.issue21109@psf.upfronthosting.co.za>
2018-10-10 02:14:47shanxSlinkissue21109 messages
2018-10-10 02:14:47shanxScreate