git-web-client
git-web-client copied to clipboard
Bump symfony/symfony from 2.8.16 to 2.8.52
Bumps symfony/symfony from 2.8.16 to 2.8.52.
Release notes
Sourced from symfony/symfony's releases.
v2.8.52
Changelog (since https://github.com/symfony/symfony/compare/v2.8.51...v2.8.52)
- security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files with leading dash (@nicolas-grekas)
- security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSigner (@stof)
[PR] symfony/symfony#34349 [SECURITY] Security release
v2.8.50
Changelog (since https://github.com/symfony/symfony/compare/v2.8.49...v2.8.50)
- security #cve-2019-10910 [DI] Check service IDs are valid (@nicolas-grekas)
- security #cve-2019-10909 [FrameworkBundle][Form] Fix XSS issues in the form theme of the PHP templating engine (@stof)
- security #cve-2019-10912 [PHPUnit Bridge] Prevent destructors with side-effects from being unserialized (@nicolas-grekas)
- security #cve-2019-10911 [Security] Add a separator in the remember me cookie hash (@pborreli)
- security #cve-2019-10913 [HttpFoundation] reject invalid method override (@nicolas-grekas)
[PR] symfony/symfony#31145 [SECURITY] Security release
v2.8.49
Changelog (since https://github.com/symfony/symfony/compare/v2.8.48...v2.8.49)
- security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (@xabbuh)
- security #cve-2018-19789 [Form] Filter file uploads out of regular form types (@nicolas-grekas)
[PR] symfony/symfony#29487 [SECURITY] Security release
v2.8.48
Changelog (since https://github.com/symfony/symfony/compare/v2.8.47...v2.8.48)
- bug #28917 [DoctrineBridge] catch errors while converting to db values in data collector (@alekitto)
- bug #27314 [DoctrineBridge] fix case sensitivity issue in RememberMe\DoctrineTokenProvider (@PF4Public)
- bug #29308 [Translation] Use XLIFF source rather than resname when there's no target (@thewilkybarkid)
- bug #26244 [BrowserKit] fixed BC Break for HTTP_HOST header (@brizzz)
- bug #28147 [DomCrawler] exclude fields inside "template" tags (@Gorjunov)
- bug #29271 [HttpFoundation] Fix trailing space for mime-type with parameters (@Sascha Dens)
- bug #29223 [Validator] Added the missing constraints instance checks (@thomasbisignani)
- bug #29182 [Form] Fixed empty data for compound date types (@HeahDude)
- bug #29185 [Form] Fixed keeping hash of equal \DateTimeInterface on submit (@HeahDude)
- bug #28731 [Form] invalidate forms on transformation failures (@xabbuh)
- bug #29152 [Config] Unset key during normalization (@ro0NL)
- bug #29057 [HttpFoundation] replace any preexisting Content-Type headers (@nicolas-grekas)
v2.8.47
Changelog (since https://github.com/symfony/symfony/compare/v2.8.46...v2.8.47)
... (truncated)
Changelog
Sourced from symfony/symfony's changelog.
... (truncated)
2.8.52 (2019-11-13)
security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files with leading dash (nicolas-grekas)
security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSigner (stof)
2.8.51 (2019-04-17)
no changes
2.8.50 (2019-04-17)
security #cve-2019-10910 [DI] Check service IDs are valid (nicolas-grekas)
security #cve-2019-10909 [FrameworkBundle][Form] Fix XSS issues in the form theme of the PHP templating engine (stof)
security #cve-2019-10912 [PHPUnit Bridge] Prevent destructors with side-effects from being unserialized (nicolas-grekas)
security #cve-2019-10911 [Security] Add a separator in the remember me cookie hash (pborreli)
security #cve-2019-10913 [HttpFoundation] reject invalid method override (nicolas-grekas)
2.8.49 (2018-12-06)
security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)
security #cve-2018-19789 [Form] Filter file uploads out of regular form types (nicolas-grekas)
2.8.48 (2018-11-26)
bug #28917 [DoctrineBridge] catch errors while converting to db values in data collector (alekitto)
bug #27314 [DoctrineBridge] fix case sensitivity issue in RememberMe\DoctrineTokenProvider (PF4Public)
bug #29308 [Translation] Use XLIFF source rather than resname when there's no target (thewilkybarkid)
bug #26244 [BrowserKit] fixed BC Break for HTTP_HOST header (brizzz)
bug #28147 [DomCrawler] exclude fields inside "template" tags (Gorjunov)
bug #29271 [HttpFoundation] Fix trailing space for mime-type with parameters (Sascha Dens)
bug #29223 [Validator] Added the missing constraints instance checks (thomasbisignani)
bug #29182 [Form] Fixed empty data for compound date types (HeahDude)
bug #29185 [Form] Fixed keeping hash of equal \DateTimeInterface on submit (HeahDude)
bug #28731 [Form] invalidate forms on transformation failures (xabbuh)
bug #29152 [Config] Unset key during normalization (ro0NL)
bug #29057 [HttpFoundation] replace any preexisting Content-Type headers (nicolas-grekas)
2.8.47 (2018-11-03)
bug #29020 Fix ini_get() for boolean values (deguif)
bug #28861 [DependencyInjection] Skip empty proxy code (olvlvl)
bug #28801 Convert InsufficientAuthenticationException to HttpException with 401 status code (vincentchalamon)
bug #28840 add missing double-quotes to extra_fields output message (danielkay)
bug #28712 [Form] reverse transform RFC 3339 formatted dates (xabbuh)
bug #28813 Fix for race condition in console output stream write (rudolfratusinski)
bug #27772 [Console] Fixes multiselect choice question defaults in non-interactive mode (veewee)
bug #28689 [Process] fix locking of pipe files on Windows (nicolas-grekas)
bug #28704 [Form] fix multi-digit seconds fraction handling (xabbuh)
bug #28648 [PHPUnitBridge] Fix ClockMock microtime() format (acasademont)
Commits
88f3ef6Merge pull request #34349 from fabpot/release-2.8.5244dbe04updated VERSION for 2.8.52be612feupdated CHANGELOG for 2.8.522d6bf2eFix CHANGELOGaf70ccbsecurity #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files wi...d41bd42security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSign...2dfc115[HttpFoundation] fix guessing mime-types of files with leading dash9a50fc5[HttpKernel] Use constant time comparison in UriSigner78d86f8bumped versiond4843fefixed version- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.