summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-15 22:30:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-15 22:30:43 (GMT)
commit74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81 (patch)
tree55874458c25a5c5cf90ce30a120ce50f9cc43f62 /Misc
parent57fffd6f99d55ccd623b381622b989410a695b99 (diff)
downloadcpython-74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81.zip
cpython-74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81.tar.gz
cpython-74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81.tar.bz2
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca4685c..b453fe4 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 #23146: Fix mishandling of absolute Windows paths with forward
slashes in pathlib.