]> 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:31:31 +0000 (11:31 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 19:31:31 +0000 (11:31 -0800)
commit193e1be72d2f9bb45e054b38dd9ed1090c45f3bf
treeed26dbea67939a7a01ea3ee20190285d97fb7645
parent0ecd30b4af4f5bd3c9e884a608e0a256ffe8f5fa
parentb47acbf46abd425f69dcc03e9b4f0c7f7c321ac2
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
its destination path when extracting malicious zip files.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS