summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-11 13:28:56 -0700
committerBenjamin Peterson <benjamin@python.org>2016-06-11 13:28:56 -0700
commit1eaab62b35b5145f646b53f36a930b607a3d3220 (patch)
tree04f78e031914102155e27d71e0aa1878103385af /Misc
parent9997d0207649b71b5862d3c036c1f7dcacf4f7b1 (diff)
downloadcpython-1eaab62b35b5145f646b53f36a930b607a3d3220.tar.gz
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 92e1a809fe..cb74a78aff 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