]> granicus.if.org Git - python/commitdiff
Fix Python version since which external enities are not resolved by default. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Dec 2018 13:29:04 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Dec 2018 13:29:04 +0000 (15:29 +0200)
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.rst
Doc/library/xml.sax.rst

index eb2b16bd6c0b0ca9d179399ef8941ae6dd4b57e3..660c75c1a1b340dc2f740bbd5f4af7f52b325876 100644 (file)
@@ -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,
index be1272940b8e78d2091e5db561e60e0efe896f01..fb86b6f5564d7673ebedab8fcf788fe9a6ad7f33 100644 (file)
@@ -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.
 
 
index 0b6973b8c8a8b3234adec44034a3fe9b5c143221..6d351dfb4d70722bd76d5ecaa32301eac986a7f0 100644 (file)
@@ -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