Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/symfony from 4.3.4 to 4.3.8 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2019

Bumps symfony/symfony from 4.3.4 to 4.3.8.

Release notes

Sourced from symfony/symfony's releases.

v4.3.8

Changelog (since symfony/symfony@v4.3.7...v4.3.8)

[PR] symfony/symfony#34352
[SECURITY] Security release

v4.3.7

Changelog (since symfony/symfony@v4.3.6...v4.3.7)

[PR] symfony/symfony#34323

v4.3.6

Changelog (since symfony/symfony@v4.3.5...v4.3.6)

  • bug #34198 [HttpClient] Fix perf issue when doing thousands of requests with curl (@​nicolas-grekas)
  • bug #33998 [Config] Disable default alphabet sorting in glob function due of unstable sort (@​hurricane-voronin)
  • bug #34144 [Serializer] Improve messages for unexpected resources values (@​fancyweb)
  • bug #34186 [HttpClient] always return the empty string when the response cannot have a body (@​nicolas-grekas)
  • bug #34167 [HttpFoundation] Allow to not pass a parameter to Request::isMethodSafe() (@​dunglas)
  • bug #33828 [DoctrineBridge] Auto-validation must work if no regex are passed (@​dunglas)
  • bug #34080 [SecurityBundle] correct types for default arguments for firewall configs (@​shieldo)
  • bug #34152 [Workflow] Made the configuration more robust for the 'property' key (@​lyrixx)
  • bug #34154 [HttpClient] fix handling of 3xx with no Location header - ignore Content-Length when no body is expected (@​nicolas-grekas)
  • bug #34140 [Security/Core] make NativePasswordEncoder use sodium to validate passwords when possible (@​nicolas-grekas)
... (truncated)
Changelog

Sourced from symfony/symfony's changelog.

  • 4.3.8 (2019-11-13)

  • bug #34344 [Console] Constant STDOUT might be undefined (nicolas-grekas)

  • security #cve-2019-18886 [Security\Core] throw AccessDeniedException when switch user fails (nicolas-grekas)

  • security #cve-2019-18888 [Mime] fix guessing mime-types of files with leading dash (nicolas-grekas)

  • security #cve-2019-11325 [VarExporter] fix exporting some strings (nicolas-grekas)

  • security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances (nicolas-grekas)

  • 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)

  • 4.3.7 (2019-11-11)

  • bug #34294 [Workflow] Fix error when we use ValueObject for the marking property (FabienSalles)

  • bug #34297 [DI] fix locators with numeric keys (nicolas-grekas)

  • bug #34282 [DI] Dont cache classes with missing parents (nicolas-grekas)

  • bug #34287 [HttpClient] Fix a crash when calling CurlHttpClient::__destruct() (dunglas)

  • bug #34129 [FrameworkBundle][Translation] Invalidate cached catalogues when the scanned directories change (fancyweb)

  • bug #34246 [Serializer] Use context to compute MetadataAwareNameConverter cache (antograssiot)

  • bug #34251 [HttpClient] expose only gzip when doing transparent compression (nicolas-grekas)

  • bug #34244 [Inflector] add support for 'species' (jeffreymoelands)

  • bug #34085 [Console] Detect dimensions using mode CON if vt100 is supported (rtek)

  • bug #34199 [HttpClient] Retry safe requests using HTTP/1.1 when HTTP/2 fails (nicolas-grekas)

  • bug #34192 [Routing] Fix URL generator instantiation (X-Coder264, HypeMC)

  • bug #34134 [Messenger] fix retry of messages losing the routing key and properties (Tobion)

  • bug #34181 [Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods (TimoBakx)

  • bug #34165 [PropertyInfo] Fixed type extraction for nullable collections of non-nullable elements (happyproff)

  • bug #34179 [Stopwatch] Fixed a bug in StopwatchEvent::getStartTime (TimoBakx)

  • bug #34203 [FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month (erics86)

  • bug #34035 [Serializer] Fix property name usage for denormalization (antograssiot)

  • 4.3.6 (2019-11-01)

  • bug #34198 [HttpClient] Fix perf issue when doing thousands of requests with curl (nicolas-grekas)

  • bug #33998 [Config] Disable default alphabet sorting in glob function due of unstable sort (hurricane-voronin)

  • bug #34144 [Serializer] Improve messages for unexpected resources values (fancyweb)

  • bug #34186 [HttpClient] always return the empty string when the response cannot have a body (nicolas-grekas)

  • bug #34167 [HttpFoundation] Allow to not pass a parameter to Request::isMethodSafe() (dunglas)

  • bug #33828 [DoctrineBridge] Auto-validation must work if no regex are passed (dunglas)

  • bug #34080 [SecurityBundle] correct types for default arguments for firewall configs (shieldo)

  • bug #34152 [Workflow] Made the configuration more robust for the 'property' key (lyrixx)

  • bug #34154 [HttpClient] fix handling of 3xx with no Location header - ignore Content-Length when no body is expected (nicolas-grekas)

  • bug #34140 [Security/Core] make NativePasswordEncoder use sodium to validate passwords when possible (nicolas-grekas)

  • bug #33999 [Form] Make sure to collect child forms created on *_SET_DATA events (yceruto)

  • bug #34090 [WebProfilerBundle] Improve display in Email panel for dark theme (antograssiot)

  • bug #34116 [HttpClient] ignore the body of responses to HEAD requests (nicolas-grekas)

  • bug #32456 [Messenger] use database platform to convert correctly the DateTime (roukmoute)

  • bug #34107 [Messenger] prevent infinite redelivery loops and blocked queues (Tobion)

  • bug #32341 [Messenger] Show exceptions after multiple retries (TimoBakx)

  • bug #34082 Revert "[Messenger] Fix exception message of failed message is dropped (Tobion)

  • bug #34021 [TwigBridge] do not render errors for checkboxes twice (xabbuh)

... (truncated)
Commits
  • 87fb087 Merge pull request #34352 from fabpot/release-4.3.8
  • 3a50fa3 updated VERSION for 4.3.8
  • 443a83b updated CHANGELOG for 4.3.8
  • 983b5d1 Merge branch '3.4' into 4.3
  • 32bde39 bug #34344 [Console] Constant STDOUT might be undefined (nicolas-grekas)
  • 53dc781 minor #34340 Allow returning null from NormalizerInterface::normalize (teohha...
  • bb8c82c [Console] Constant STDOUT might be undefined.
  • 1c8edc5 Allow returning null from NormalizerInterface::normalize
  • 3ae3094 security #cve-2019-18886 [Security\Core] throw AccessDeniedException when swi...
  • bcfc282 [Security\Core] throw AccessDeniedException when switch user fails
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [symfony/symfony](https://github.com/symfony/symfony) from 4.3.4 to 4.3.8.
- [Release notes](https://github.com/symfony/symfony/releases)
- [Changelog](https://github.com/symfony/symfony/blob/master/CHANGELOG-4.3.md)
- [Commits](symfony/symfony@v4.3.4...v4.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants