We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b33f16 commit 93d4f1aCopy full SHA for 93d4f1a
Misc/NEWS.d/next/Library/2017-12-30-18-21-00.bpo-28494.Dt_Wks.rst
@@ -1,8 +1,8 @@
1
-Improve zipfile validation in `zipfile.is_zipfile`.
+Improve zipfile validation in :meth:`zipfile.is_zipfile`.
2
3
-Before this change `zipfile.is_zipfile()` only checked the End Central Directory
+Before this change :meth:`zipfile.is_zipfile` only checked the End Central Directory
4
signature. If the signature could be found in the last 64k of the file,
5
-success! This produced false positives on any file with `'PK\x05\x06'` in the
+success! This produced false positives on any file with ``'PK\x05\x06'`` in the
6
last 64k of the file - including PDFs and PNGs.
7
8
This is now corrected by actually validating the Central Directory location
0 commit comments