We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9949064 commit 6188050Copy full SHA for 6188050
NEWS
@@ -45,6 +45,10 @@ PHP NEWS
45
- Intl:
46
. Fix memory leak in MessageFormatter::format() on failure. (Girgias)
47
48
+- Libxml:
49
+ . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
50
+ in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov)
51
+
52
- MBString:
53
. Fix GH-11300 (license issue: restricted unicode license headers).
54
(nielsdos)
@@ -73,6 +77,8 @@ PHP NEWS
73
77
74
78
- Phar:
75
79
. Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos)
80
+ . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
81
+ (CVE-2023-3824) (nielsdos)
76
82
83
- PHPDBG:
84
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
0 commit comments