]> 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:22:43 +0000 (11:22 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 19:22:43 +0000 (11:22 -0800)
commitb47acbf46abd425f69dcc03e9b4f0c7f7c321ac2
tree59ab9a68ad10c56a1958a204e3ec154f65874026
parent04d86c7c87e1f983e8cb01297f3ad71e79738710
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