-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
bpo-36260: Add pitfalls to zipfile module documentation #13378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file. This gave us the idea of documentation improvement. So, we moved a little bit forward :P And the doc patch can be found (pr).
|
@krnick, your pull request is failing the CI builds because of trailing whitespace. Please correct that. Thank you! |
|
@csabella Sorry for the mistake, I have fixed it. |
|
Request review from @tiran and @serhiy-storchaka based on this discussion on the bug tracker. |
jaraco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After discussing with @tiran, we're happy to include this section. I've done some minor reformatting for consistency.
|
@jaraco: Please replace |
* bpo-36260: Add pitfalls to zipfile module documentation We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file. This gave us the idea of documentation improvement. So, we moved a little bit forward :P And the doc patch can be found (pr). * fix trailing whitespace * 📜🤖 Added by blurb_it. * Reformat text for consistency. (cherry picked from commit 3ba51d5) Co-authored-by: JunWei Song <sungboss2004@gmail.com>
|
GH-15976 is a backport of this pull request to the 3.8 branch. |
…H-15976) * bpo-36260: Add pitfalls to zipfile module documentation We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file. This gave us the idea of documentation improvement. So, we moved a little bit forward :P And the doc patch can be found (pr). * fix trailing whitespace * 📜🤖 Added by blurb_it. * Reformat text for consistency. (cherry picked from commit 3ba51d5) Co-authored-by: JunWei Song <sungboss2004@gmail.com>
* bpo-36260: Add pitfalls to zipfile module documentation We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file. This gave us the idea of documentation improvement. So, we moved a little bit forward :P And the doc patch can be found (pr). * fix trailing whitespace * 📜🤖 Added by blurb_it. * Reformat text for consistency.
Co-authored-by: Florent Xicluna <florent.xicluna@gmail.com>
We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file.
This gave us the idea of documentation improvement.
So, we moved a little bit forward :D
https://bugs.python.org/issue36260