Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5546b002
Commit
5546b002
authored
Feb 07, 2013
by
Gregory P. Smith
Browse files
Options
Browse Files
Download
Plain Diff
Issue #6972: keep the warning about untrusted extraction and mention
the version it was improved in.
parents
cf6e21cc
f1319d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Doc/library/zipfile.rst
Doc/library/zipfile.rst
+8
-2
No files found.
Doc/library/zipfile.rst
View file @
5546b002
...
...
@@ -260,9 +260,15 @@ ZipFile Objects
be a subset of the list returned by :meth:`namelist`. *pwd* is the password
used for encrypted files.
.. note::
.. 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 ``"
..
"``.
See :meth:`extract` note.
.. versionchanged:: 3.3.1
The zipfile module attempts to prevent that. See :meth:`extract` note.
.. method:: ZipFile.printdir()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment