diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-08 19:20:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-08 19:20:09 (GMT) |
commit | 1c3fdd900d102cf993fb787dfc65fb01d987945d (patch) | |
tree | c3e16441b2aebecfe48f3c671e62ad0a7651e488 /Misc | |
parent | 20a587bd67cb194d5d0b7e98ba67312cb6516300 (diff) | |
parent | 07bcf05fcf3fd1d4001e8e3489162e6d67638285 (diff) | |
download | cpython-1c3fdd900d102cf993fb787dfc65fb01d987945d.zip cpython-1c3fdd900d102cf993fb787dfc65fb01d987945d.tar.gz cpython-1c3fdd900d102cf993fb787dfc65fb01d987945d.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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,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. + - In the curses module, raise an error if window.getstr() or window.instr() is passed a negative value. |