]> granicus.if.org Git - python/commit
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
authorGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 19:35:00 +0000 (11:35 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 19:35:00 +0000 (11:35 -0800)
commitae42ec80046df47f0fee007b921acb86aff83a59
treeedeaef3b7a421146044465ad9ba86a7e55a5c5e2
parent611afc1b3fd0183b1d386474ef5665cee43009ed
parent193e1be72d2f9bb45e054b38dd9ed1090c45f3bf
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS