diff --git a/Misc/NEWS b/Misc/NEWS index ab9e071c7a8..c823640767e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,8 +17,8 @@ Core and Builtins Library ------- -- 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 +- 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. - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure.