1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00

add missing CVEs

This commit is contained in:
Remi Collet
2022-09-30 09:18:03 +02:00
parent 257f108924
commit b0cc5ed91f
+6
View File
@@ -15,6 +15,8 @@ PHP NEWS
Christian Schneider)
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
type). (ilutov)
. Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
that have a specific semantic meaning. (CVE-2022-31629). (Derick)
- DOM:
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -38,6 +40,10 @@ PHP NEWS
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
(Yurunsoft)
- Phar:
. Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
(CVE-2022-31628). (cmb)
- Reflection:
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
class of a Closure). (cmb, Nicolas Grekas)