Skip to content

Commit

Permalink
add missing CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 30, 2022
1 parent f597e4c commit 12c3636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS
Expand Up @@ -22,6 +22,8 @@ PHP NEWS
Christian Schneider)
. Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
constants in constant expressions). (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).
Expand All @@ -48,6 +50,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)
Expand Down

0 comments on commit 12c3636

Please sign in to comment.