Skip to content

Commit 88f3ef6

Browse files
authored
Merge pull request #34349 from fabpot/release-2.8.52
released v2.8.52
2 parents af70ccb + 44dbe04 commit 88f3ef6

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG-2.8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ in 2.8 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
99

10+
* 2.8.52 (2019-11-13)
11+
12+
* security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files with leading dash (nicolas-grekas)
13+
* security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSigner (stof)
14+
15+
* 2.8.51 (2019-04-17)
16+
17+
* no changes
18+
1019
* 2.8.50 (2019-04-17)
1120

1221
* security #cve-2019-10910 [DI] Check service IDs are valid (nicolas-grekas)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '2.8.51';
63-
const VERSION_ID = 20851;
62+
const VERSION = '2.8.52';
63+
const VERSION_ID = 20852;
6464
const MAJOR_VERSION = 2;
6565
const MINOR_VERSION = 8;
66-
const RELEASE_VERSION = 51;
66+
const RELEASE_VERSION = 52;
6767
const EXTRA_VERSION = '';
6868

6969
const END_OF_MAINTENANCE = '11/2018';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy