]> 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:40:18 +0000 (11:40 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 19:40:18 +0000 (11:40 -0800)
commit608cc451c7798812826f886089f700330bde8e1c
tree50d4c08e2d1980cda629f53b27d95cf5443c7909
parentf39d52f8cb45d8cd2992508e5a7cb880cad6d619
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