File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ in 2.8 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/v2.8.0...v2.8.1
9
9
10
+ * 2.8.41 (2018-05-25)
11
+
12
+ * bug #27359 [ HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (nicolas-grekas)
13
+ * security #cve-2018 -11408 [ SecurityBundle] Fail if security.http_utils cannot be configured
14
+ * security #cve-2018 -11406 clear CSRF tokens when the user is logged out
15
+ * security #cve-2018 -11385 Adding session authentication strategy to Guard to avoid session fixation
16
+ * security #cve-2018 -11385 Adding session strategy to ALL listeners to avoid * any* possible fixation
17
+ * security #cve-2018 -11386 [ HttpFoundation] Break infinite loop in PdoSessionHandler when MySQL is in loose mode
18
+
10
19
* 2.8.40 (2018-05-21)
11
20
12
21
* bug #26781 [ Form] Fix precision of MoneyToLocalizedStringTransformer's divisions on transform() (syastrebov)
You can’t perform that action at this time.
0 commit comments