From: Pierre Joye Date: Tue, 20 Jul 2010 09:26:29 +0000 (+0000) Subject: - add CVE # X-Git-Tag: php-5.3.3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=426e14a6ed4f900108be679963dd42490f453f58;p=php - add CVE # --- diff --git a/NEWS b/NEWS index a3ad74d291..29aa720cae 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ PHP NEWS 15 Jul 2010, PHP 5.3.3 RC3 - Rewrote var_export() to use smart_str rather than output buffering, prevents - data disclosure if a fatal error occurs. (Scott) + data disclosure if a fatal error occurs (CVE-2010-2531). (Scott) - Fixed bug #52262 (json_decode() shows no errors on invalid UTF-8). (Scott)