Author: Remi Collet (remicollet)
Date: 2023-06-22T08:10:49+02:00

Commit: 
https://github.com/php/web-php/commit/8a48cca42f48b6d13d6b03b25ac38132c271c6c0
Raw diff: 
https://github.com/php/web-php/commit/8a48cca42f48b6d13d6b03b25ac38132c271c6c0.diff

add CVE in ChangeLog

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 66d642039..b3401c397 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -66,7 +66,7 @@
 </ul></li>
 <li>Soap:
 <ul>
-  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP).</li>
+  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)</li>
   <li>Fixed bug <?php githubissuel('php/php-src', 8426); ?> (make test fail 
while soap extension build).</li>
 </ul></li>
 <li>SPL:
@@ -890,7 +890,7 @@
 </ul></li>
 <li>Soap:
 <ul>
-  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP).</li>
+  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)</li>
   <li>Fixed bug <?php githubissuel('php/php-src', 8426); ?> (make test fail 
while soap extension build).</li>
 </ul></li>
 <li>SPL:
@@ -2285,7 +2285,7 @@
 <b><?php release_date('08-Jun-2023'); ?></b>
 <ul><li>Soap:
 <ul>
-  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP).</li>
+  <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient 
random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)</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