diff options
author | Christian Heimes <christian@python.org> | 2018-09-24 12:38:31 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-24 12:38:31 (GMT) |
commit | 582d188e6e3487180891f1fc457a80dec8be26a8 (patch) | |
tree | 0080016b5033cc4393f90ec10f4aeeeccedfe373 /Python/pystrcmp.c | |
parent | 6b48f9854e2ae35fd74bcd359451eb37ae65f798 (diff) | |
download | cpython-582d188e6e3487180891f1fc457a80dec8be26a8.zip cpython-582d188e6e3487180891f1fc457a80dec8be26a8.tar.gz cpython-582d188e6e3487180891f1fc457a80dec8be26a8.tar.bz2 |
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
The SAX parser no longer processes general external entities by default
to increase security. Before, the parser created network connections
to fetch remote files or loaded local files from the file system for DTD
and entities.
Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue17239.
(cherry picked from commit 17b1d5d4e36aa57a9b25a0e694affbd1ee637e45)
Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue17239
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions