Commit: 5949664e29bdaec2fbd477ac167c79a513b7edf0 Author: Lior Kaplan <[email protected]> Tue, 16 Jan 2018 14:25:46 +0200 Parents: 8441341ab9fe12c51c830d1e80c172780ea287b3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5949664e29bdaec2fbd477ac167c79a513b7edf0 Log: Add CVE ID to bug #74782 (PHP 5.6.33, 7.0.27, 7.1.13 and 7.2.1) Bugs: https://bugs.php.net/74782 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 98c1bb9..005528e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -17,7 +17,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li> + <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page). (CVE-2018-5712)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index c6b219b..538281c 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -43,7 +43,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li> + <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page). (CVE-2018-5712)</li> </ul></li> <li>Standard: <ul> @@ -97,7 +97,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li> + <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page). (CVE-2018-5712)</li> </ul></li> <li>Standard: <ul> @@ -145,7 +145,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li> + <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page). (CVE-2018-5712)</li> </ul></li> <li>Standard: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
