-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): bump symfony/http-foundation from 7.1.5 to 7.1.7 #13
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 mergecd65d42
Merge branch '6.4' into 7.1ba020a3
Merge branch '5.4' into 6.4168b77c
security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...4f4d5a2
bug #58712 [HttpFoundation] Fix support for\SplTempFileObject
in `BinaryFi...40f90f6
Fix support for \SplTempFileObject in BinaryFileResponse6472a9f
Merge branch '6.4' into 7.14875486
Merge 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 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
Chores: