summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-15 22:32:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-15 22:32:41 (GMT)
commit23edd49e5bb05d8999d5a181d17d3f4226243ac1 (patch)
treead769c84f68261ed5b76fb0bd166d8274b097dde /Misc/NEWS
parentc481bfb3f62787e9ef0947785df7383a173a23c3 (diff)
parent74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81 (diff)
downloadcpython-23edd49e5bb05d8999d5a181d17d3f4226243ac1.zip
cpython-23edd49e5bb05d8999d5a181d17d3f4226243ac1.tar.gz
cpython-23edd49e5bb05d8999d5a181d17d3f4226243ac1.tar.bz2
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3712a98..f836c8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
+ module. Original patch by Claudiu Popa.
+
- Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
- Issue #23146: Fix mishandling of absolute Windows paths with forward