summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-03-26 16:53:05 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-03-26 16:53:05 (GMT)
commit92acb0a81c4905f827167eaac63c175030562f18 (patch)
treed3afdb5b2c9e44e1e69811e2f29d8c7204e7b476 /Misc
parent6074ee4ef2c451d5b8f92b53c22109163ed115c8 (diff)
downloadcpython-92acb0a81c4905f827167eaac63c175030562f18.zip
cpython-92acb0a81c4905f827167eaac63c175030562f18.tar.gz
cpython-92acb0a81c4905f827167eaac63c175030562f18.tar.bz2
Issue 17538: Document XML vulnerabilties
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2bbc633..adf78de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,11 @@ Library
- Issue #17531: Fix tests that thought group and user ids were always the int
type. Also, always allow -1 as a valid group and user id.
+Documentation
+-------------
+
+- Issue 17538: Document XML vulnerabilties
+
What's New in Python 2.7.4 release candidate 1
==============================================