Skip to content

Bump symfony/http-foundation from 6.4.4 to 6.4.14#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/http-foundation-6.4.14
Open

Bump symfony/http-foundation from 6.4.4 to 6.4.14#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/http-foundation-6.4.14

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Bumps symfony/http-foundation from 6.4.4 to 6.4.14.

Release notes

Sourced from symfony/http-foundation's releases.

v6.4.14

Changelog (symfony/http-foundation@v6.4.13...v6.4.14)

v6.4.13

Changelog (symfony/http-foundation@v6.4.12...v6.4.13)

v6.4.12

Changelog (symfony/http-foundation@v6.4.11...v6.4.12)

v6.4.10

Changelog (symfony/http-foundation@v6.4.9...v6.4.10)

v6.4.8

Changelog (symfony/http-foundation@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/http-foundation@v6.4.6...v6.4.7)

Commits
  • ba020a3 Merge branch '5.4' into 6.4
  • 168b77c security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...
  • 4875486 Merge branch '5.4' into 6.4
  • 32310ff [HttpFoundation] Reject URIs that contain invalid characters
  • 38bd9bc [HttpFoundation] Remove invalid HTTP method from exception message
  • 3f38426 Ensure compatibility with mongodb v2
  • 4c0341b Merge branch '5.4' into 6.4
  • 35f7b4c session names must not be empty
  • 3363819 Merge branch '5.4' into 6.4
  • e641edd ensure session storages are opened in tests before destroying them
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by Sourcery

Bump symfony/http-foundation from version 6.4.4 to 6.4.14 to incorporate various bug fixes and security enhancements, including rejecting URIs with invalid characters and ensuring compatibility with ext-mongodb v2.

Bug Fixes:

  • Ensure compatibility with ext-mongodb v2 in HttpFoundation.
  • Update links for X-Accel-Redirect and handle missing X-Accel-Mapping properly.
  • Fix MockArraySessionStorage to generate more conforming IDs.
  • Filter out empty HTTP header parts in HttpFoundation.
  • Set content-type header in RedirectResponse.

Enhancements:

  • Reject URIs that contain invalid characters to improve security.

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.4.4 to 6.4.14.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v6.4.4...v6.4.14)

---
updated-dependencies:
- dependency-name: symfony/http-foundation
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependencies php Pull requests that update Php code labels Nov 6, 2024
@sourcery-ai
Copy link

sourcery-ai bot commented Nov 6, 2024

Reviewer's Guide by Sourcery

This is a dependency update PR that bumps symfony/http-foundation from version 6.4.4 to 6.4.14. The update includes several bug fixes and a security patch (CVE-2024-50345) to reject URIs containing invalid characters.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Security patch implementation to handle invalid URI characters
  • Added validation to reject URIs containing invalid characters
  • Implemented security fix for CVE-2024-50345
composer.lock
Bug fixes and compatibility improvements
  • Added compatibility with ext-mongodb v2
  • Fixed X-Accel-Redirect links and X-Accel-Mapping handling
  • Improved session ID generation in MockArraySessionStorage
  • Added content-type header in RedirectResponse
  • Fixed handling of empty HTTP header parts
composer.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants