File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ in 4.4 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/v4.4.0...v4.4.1
9
9
10
+ * 4.4.24 (2021-05-19)
11
+
12
+ * security #cve-2021 -21424 [ Security\Core] Fix user enumeration via response body on invalid credentials (chalasr)
13
+ * bug #41230 [ FrameworkBundle] [ Validator ] Fix deprecations from Doctrine Annotations+Cache (derrabus)
14
+ * bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
15
+ * bug #41241 [ Finder] Fix gitignore regex build with "** " (mvorisek)
16
+ * bug #41224 [ HttpClient] fix adding query string to relative URLs with scoped clients (nicolas-grekas)
17
+ * bug #41233 [ DependencyInjection] [ ProxyManagerBridge ] Don't call class_exists() on null (derrabus)
18
+ * bug #41210 [ Console] Fix Windows code page support (orkan)
19
+
10
20
* 4.4.23 (2021-05-12)
11
21
12
22
* security #cve-2021 -21424 [ Security] [ Guard ] Prevent user enumeration (chalasr)
You can’t perform that action at this time.
0 commit comments