-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[3.7] Removed dangling since Python
at the end of library/xml.rst. (GH-11201)
#11231
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
[3.7] Removed dangling since Python
at the end of library/xml.rst. (GH-11201)
#11231
Conversation
…nGH-11201) (cherry picked from commit 82d7355) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
@Seluj78 and @serhiy-storchaka: Status check is done, and it's a success ✅ . |
Doc/library/xml.rst
Outdated
@@ -75,8 +75,8 @@ decompression bomb Safe Safe Safe S | |||
2. :mod:`xml.dom.minidom` doesn't expand external entities and simply returns | |||
the unexpanded entity verbatim. | |||
3. :mod:`xmlrpclib` doesn't expand external entities and omits them. | |||
4. Since Python 3.8.0, external general entities are no longer processed by | |||
default since Python. | |||
4. Since Python 3.8, external general entities are no longer processed by |
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.
Should be 3.7.1
instead of 3.8
. And docs for 3.8 should refer to 3.7.1
too, because there were no vulnerable releases between 3.7.1 and 3.8.0.
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.
4. Since Python 3.8, external general entities are no longer processed by | |
4. Since Python 3.7.1, external general entities are no longer processed by |
@Seluj78 and @serhiy-storchaka: Status check is done, and it's a success ✅ . |
…ythonGH-11201) (pythonGH-11231) (cherry picked from commit 82d7355) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
(cherry picked from commit 82d7355)
Co-authored-by: Jules Lasne (jlasne) [email protected]