Mention issue6972 in extractall docs about overwriting things outside of

the supplied path.
This commit is contained in:
Gregory P. Smith 2009-09-29 21:56:31 +00:00
parent 209d4c3151
commit 657024cd26
1 changed files with 7 additions and 0 deletions

View File

@ -207,6 +207,13 @@ ZipFile Objects
be a subset of the list returned by :meth:`namelist`. *pwd* is the password
used for encrypted files.
.. warning::
Never extract archives from untrusted sources without prior inspection.
It is possible that files are created outside of *path*, e.g. members
that have absolute filenames starting with ``"/"`` or filenames with two
dots ``".."``.
.. versionadded:: 2.6