summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-08 19:17:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-08 19:17:46 (GMT)
commit07bcf05fcf3fd1d4001e8e3489162e6d67638285 (patch)
treeee55a562d4ac5d1ff722e3ac13a750e762ed71a9 /Misc
parentd751040b1a4e35fd3b01fc919cd8f9374ed714fd (diff)
downloadcpython-07bcf05fcf3fd1d4001e8e3489162e6d67638285.zip
cpython-07bcf05fcf3fd1d4001e8e3489162e6d67638285.tar.gz
cpython-07bcf05fcf3fd1d4001e8e3489162e6d67638285.tar.bz2
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 731cd0f..c55dc4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,10 @@ Core and Builtins
Library
-------
+- Issue #28563: Fixed possible DoS and arbitrary code execution when handle
+ plural form selections in the gettext module. The expression parser now
+ supports exact syntax supported by GNU gettext.
+
- Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.