summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-03-26 16:35:55 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-03-26 16:35:55 (GMT)
commit7380a67267d9ec59b70617ea59ff31819f530942 (patch)
tree0648f9c8a5594f0c90ef45c9aefa43440ca7128a /Misc
parent5be6d74a0d0ae111cd823d2b7a5896c77d8c8895 (diff)
downloadcpython-7380a67267d9ec59b70617ea59ff31819f530942.zip
cpython-7380a67267d9ec59b70617ea59ff31819f530942.tar.gz
cpython-7380a67267d9ec59b70617ea59ff31819f530942.tar.bz2
Issue 17538: Document XML vulnerabilties
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbc12e7..5bdca7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1156,6 +1156,8 @@ Tools/Demos
Documentation
-------------
+- Issue 17538: Document XML vulnerabilties
+
- Issue #17047: remove doubled words in docs and docstrings
reported by Serhiy Storchaka and Matthew Barnett.