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
bf99bcf5
Commit
bf99bcf5
authored
Dec 19, 2018
by
Serhiy Storchaka
Committed by
GitHub
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Python version since which external enities are not resolved by default. (GH-11237)
parent
92330c0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.pulldom.rst
+1
-1
Doc/library/xml.rst
Doc/library/xml.rst
+1
-1
Doc/library/xml.sax.rst
Doc/library/xml.sax.rst
+1
-1
No files found.
Doc/library/xml.dom.pulldom.rst
View file @
bf99bcf5
...
...
@@ -25,7 +25,7 @@ events until either processing is finished or an error condition occurs.
maliciously constructed data. If you need to parse untrusted or
unauthenticated data see :ref:`xml-vulnerabilities`.
.. versionchanged:: 3.
8
.. versionchanged:: 3.
7.1
The SAX parser no longer processes general external entities by default to
increase security by default. To enable processing of external entities,
...
...
Doc/library/xml.rst
View file @
bf99bcf5
...
...
@@ -75,7 +75,7 @@ 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
,
external
general
entities
are
no
longer
processed
by
4.
Since
Python
3.
7.1
,
external
general
entities
are
no
longer
processed
by
default
.
...
...
Doc/library/xml.sax.rst
View file @
bf99bcf5
...
...
@@ -24,7 +24,7 @@ the SAX API.
constructed data. If you need to parse untrusted or unauthenticated data see
:ref:`xml-vulnerabilities`.
.. versionchanged:: 3.
8
.. versionchanged:: 3.
7.1
The SAX parser no longer processes general external entities by default
to increase security. Before, the parser created network connections
...
...
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