Update dependency symfony/validator to v6.4.11 [SECURITY] #208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.4.3
->6.4.11
GitHub Vulnerability Alerts
CVE-2024-50343
Description
It is possible to trick a
Validator
configured with a regular expression using the$
metacharacters, with an input ending with\n
.Resolution
Symfony now uses the
D
regex modifier to match the entire input.The patch for this issue is available here for branch 5.4.
Credits
We would like to thank Offscript for reporting the issue and Alexandre Daubois for providing the fix.
Release Notes
symfony/validator (symfony/validator)
v6.4.11
Compare Source
Changelog (symfony/validator@v6.4.10...v6.4.11)
D
regex modifier in relevant validators (@alexandre-daubois)v6.4.10
Compare Source
Changelog (symfony/validator@v6.4.9...v6.4.10)
v6.4.9
Compare Source
Changelog (symfony/validator@v6.4.8...v6.4.9)
v6.4.8
Compare Source
Changelog (symfony/validator@v6.4.7...v6.4.8)
Locale
class existence before using it (@alexandre-daubois)v6.4.7
Compare Source
Changelog (symfony/validator@v6.4.6...v6.4.7)
Stringable
inExecutionContext::build/addViolation()
(@alexandre-daubois)v6.4.6
Compare Source
Changelog (symfony/validator@v6.4.5...v6.4.6)
v6.4.4
Compare Source
Changelog (symfony/validator@v6.4.3...v6.4.4)
Collection
(@xabbuh, @HypeMC)Configuration
📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - "before 4am on Monday" in timezone America/New_York.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.