File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ PHP NEWS
22
22
Christian Schneider)
23
23
. Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
24
24
constants in constant expressions). (ilutov)
25
+ . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
26
+ that have a specific semantic meaning. (CVE-2022-31629). (Derick)
25
27
26
28
- DOM:
27
29
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -48,6 +50,10 @@ PHP NEWS
48
50
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
49
51
(Yurunsoft)
50
52
53
+ - Phar:
54
+ . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
55
+ (CVE-2022-31628). (cmb)
56
+
51
57
- Reflection:
52
58
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
53
59
class of a Closure). (cmb, Nicolas Grekas)
You can’t perform that action at this time.
0 commit comments