Commit:    d0fdebdd85de76a4ca3869e435215d2c6e80b2be
Author:    Lior Kaplan <[email protected]>         Fri, 20 Mar 2015 09:36:01 
+0200
Parents:   3076ffde9b04d72ca107dedeaf2b84040803eca0
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=d0fdebdd85de76a4ca3869e435215d2c6e80b2be

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

Reply via email to