Commit: 8233aac8b51163ccfddd5c1d01a85d43bcc7fb31 Author: Lior Kaplan <[email protected]> Wed, 9 Sep 2015 13:59:16 +0300 Parents: 5002124ab12d64a38103258b7a27d5122a148148 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8233aac8b51163ccfddd5c1d01a85d43bcc7fb31 Log: Add CVE for #70019 (PHP 5.4.44, 5.5.28, 5.6.12) Bugs: https://bugs.php.net/70019 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e0a835a..84504a4 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -200,7 +200,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>Phar: <ul> <li>Improved fix for bug <?php bugl(69441) ?>.</li> - <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory).</li> + <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory). (CVE-2015-6833)</li> </ul></li> <li>SOAP: <ul> @@ -237,7 +237,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>Phar: <ul> <li>Improved fix for bug <?php bugl(69441) ?>.</li> - <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory).</li> + <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory). (CVE-2015-6833)</li> </ul></li> <li>SOAP: <ul> @@ -269,7 +269,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>Phar: <ul> <li>Improved fix for bug <?php bugl(69441) ?>.</li> - <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory).</li> + <li><?php bugfix(70019); ?> (Files extracted from archive may be placed outside of destination directory). (CVE-2015-6833)</li> </ul></li> <li>SOAP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
