Commit: f7ab4ea95f2656a4e445b29562cfd28f93863e9b Author: Lior Kaplan <[email protected]> Fri, 20 Mar 2015 09:36:01 +0200 Parents: bedd4279bf57e5fc68d7a1cbf31bbca8b7b0f6f7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f7ab4ea95f2656a4e445b29562cfd28f93863e9b Log: Align CVE format Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 41a0df0..7206cba 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -13,13 +13,13 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>19-Mar-2015</b> <ul><li>Core: <ul> - <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()) (CVE-2015-0231).</li> + <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-0231)</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> <li><?php bugfix(69207); ?> (move_uploaded_file allows nulls in path).</li> </ul></li> <li>Ereg: <ul> - <li><?php bugfix(69248); ?> (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).</li> + <li><?php bugfix(69248); ?> (heap overflow vulnerability in regcomp.c). (CVE-2015-2305)</li> </ul></li> <li>SOAP: <ul> @@ -27,7 +27,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>ZIP: <ul> - <li><?php bugfix(69253); ?> (ZIP Integer Overflow leads to writing past heap boundary) (CVE-2015-2331).</li> + <li><?php bugfix(69253); ?> (ZIP Integer Overflow leads to writing past heap boundary). (CVE-2015-2331)</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
