Commit: 9c294fcf2ea2223c8a78af444ec4f023ed3c9667 Author: Lior Kaplan <[email protected]> Mon, 30 Apr 2018 18:18:51 +0300 Parents: adca7327e2c7747c32bce65f8c5ca010dcc364e5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9c294fcf2ea2223c8a78af444ec4f023ed3c9667 Log: Add CVE ID to bug #76129 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) Bugs: https://bugs.php.net/76129 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 0a6f6d0..fbfaade 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -25,7 +25,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 53f87c1..337f53f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -45,7 +45,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> </ul></li> <li>phpdbg: <ul> @@ -78,7 +78,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> </ul></li> </ul> <!-- }}} --></section> @@ -134,7 +134,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> </ul></li> <li>phpdbg: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
