summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-11 20:28:56 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-11 20:28:56 (GMT)
commit196d7db3956f4c0b03e87b570771b3460a61bab5 (patch)
tree9d0d069568187788b2a30b8424d60c4228ac093f /Misc
parent46b32f307c48bcb999b22eebf65ffe8ed5cca544 (diff)
downloadcpython-196d7db3956f4c0b03e87b570771b3460a61bab5.zip
cpython-196d7db3956f4c0b03e87b570771b3460a61bab5.tar.gz
cpython-196d7db3956f4c0b03e87b570771b3460a61bab5.tar.bz2
upgrade expt to 2.1.1 (closes #26556)
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 92e1a80..cb74a78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283.
+
- Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team
Oststrom