-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump symfony/http-foundation from 7.1.5 to 7.1.7 #13
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
base: main
Are you sure you want to change the base?
Conversation
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 7.1.5 to 7.1.7. - [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@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis is a dependency update PR that bumps symfony/http-foundation from version 7.1.5 to 7.1.7. The update includes important security fixes and bug fixes, notably addressing CVE-2024-50345 by rejecting URIs with invalid characters and fixing support for SplTempFileObject in BinaryFileResponse. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
👋 Hey! As a free user, you're receiving reviews for every 5th PR. Upgrade to get reviews on every pull request and boost your code quality! Learn more here 🚀 |
|
Hey @dependabot[bot], here is an example of how you can ask me to improve this pull request: @Sweep Add unit tests for URI validation to ensure that URIs containing invalid characters are properly rejected, as per the security fix for CVE-2024-50345. 📖 For more information on how to use Sweep, please read our documentation. |
|
There was a problem hiding this 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!
Bumps symfony/http-foundation from 7.1.5 to 7.1.7.
Release notes
Sourced from symfony/http-foundation's releases.
Commits
5183b61[HttpFoundation] Fix mergecd65d42Merge branch '6.4' into 7.1ba020a3Merge branch '5.4' into 6.4168b77csecurity #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...4f4d5a2bug #58712 [HttpFoundation] Fix support for\SplTempFileObjectin `BinaryFi...40f90f6Fix support for \SplTempFileObject in BinaryFileResponse6472a9fMerge branch '6.4' into 7.14875486Merge branch '5.4' into 6.432310ff[HttpFoundation] Reject URIs that contain invalid characters38bd9bc[HttpFoundation] Remove invalid HTTP method from exception messageDependabot 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 closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Chores: