mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix Python version since which external enities are not resolved by default. (GH-11237)
This commit is contained in:
parent
92330c0b6d
commit
bf99bcf56c
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue