File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ in 6.0 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.0.0...v6.0.1
9
9
10
+ * 6.0.20 (2023-02-01)
11
+
12
+ * bug #49141 [ HttpFoundation] Fix bad return type in IpUtils::checkIp4() (tristankretzer)
13
+ * bug #49126 [ DependencyInjection] Fix order of arguments when mixing positional and named ones (nicolas-grekas)
14
+ * bug #49104 [ HttpClient] Fix collecting data non-late for the profiler (nicolas-grekas)
15
+ * bug #49103 [ Security/Http] Fix compat of persistent remember-me with legacy tokens (nicolas-grekas)
16
+ * security #cve-2022 -24895 [ Security/Http] Remove CSRF tokens from storage on successful login (nicolas-grekas)
17
+ * security #cve-2022 -24894 [ HttpKernel] Remove private headers before storing responses with HttpCache (nicolas-grekas)
18
+
10
19
* 6.0.19 (2023-01-24)
11
20
12
21
* bug #49078 [ Security/Http] Check tokens before loading users from providers (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments