commit | 644bef795b2a87ae41cdb308a526d562d77ff116 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:28:57 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:28:57 2010 +0000 |
tree | f5caabb37beb81ed46c0ef998a9ee8218f2b1d6a | |
parent | e9123efa21a16584758b5ce7da93d3966cf0cd81 [diff] [blame] |
Issue #9128: Fix validation of class decorators in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS index cc5ba32..f605050 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Library ------- +- Issue #9128: Fix validation of class decorators in parser module. + - Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure that the input string length is a multiple of the frame size