Commit: 25e1454f0acdb991b630b8b50f230851a1e3d0ee Author: Stanislav Malyshev <[email protected]> Wed, 20 Mar 2013 23:46:12 -0700 Parents: b6cb58e060baaab9fd02890efdcb463938373a4d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=25e1454f0acdb991b630b8b50f230851a1e3d0ee Log: add CVE-2013-1824 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 087559b..02145ae 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -46,7 +46,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <ul> <li>Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). </li> - <li>Disabled external entities loading (CVE-2013-1643).</li> + <li>Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).</li> </ul> <li>SPL:</li> <ul> @@ -74,7 +74,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <ul> <li>Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). </li> - <li>Disabled external entities loading (CVE-2013-1643).</li> + <li>Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).</li> </ul> <li>SPL:</li> <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
