We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent32bde39 commit3e25850Copy full SHA for 3e25850
CHANGELOG-3.4.md
@@ -7,6 +7,13 @@ in 3.4 minor versions.
7
To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
9
10
+* 3.4.35 (2019-11-13)
11
+
12
+* bug#34344[Console] Constant STDOUT might be undefined (nicolas-grekas)
13
+* security #cve-2019-18889[Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances (nicolas-grekas)
14
+* security #cve-2019-18888[HttpFoundation] fix guessing mime-types of files with leading dash (nicolas-grekas)
15
+* security #cve-2019-18887[HttpKernel] Use constant time comparison in UriSigner (stof)
16
17
* 3.4.34 (2019-11-11)
18
19
* bug#34297[DI] fix locators with numeric keys (nicolas-grekas)