File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ events until either processing is finished or an error condition occurs.
2525 maliciously constructed data. If you need to parse untrusted or
2626 unauthenticated data see :ref: `xml-vulnerabilities `.
2727
28- .. versionchanged :: 3.8
28+ .. versionchanged :: 3.7.1
2929
3030 The SAX parser no longer processes general external entities by default to
3131 increase security by default. To enable processing of external entities,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ decompression bomb Safe Safe Safe S
75752. :mod: `xml.dom.minidom ` doesn't expand external entities and simply returns
7676 the unexpanded entity verbatim.
77773. :mod: `xmlrpclib ` doesn't expand external entities and omits them.
78- 4. Since Python 3.8 , external general entities are no longer processed by
78+ 4. Since Python 3.7.1 , external general entities are no longer processed by
7979 default.
8080
8181
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ the SAX API.
2424 constructed data. If you need to parse untrusted or unauthenticated data see
2525 :ref: `xml-vulnerabilities `.
2626
27- .. versionchanged :: 3.8
27+ .. versionchanged :: 3.7.1
2828
2929 The SAX parser no longer processes general external entities by default
3030 to increase security. Before, the parser created network connections
You can’t perform that action at this time.
0 commit comments