This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
fix(deps): update dependency symfony/validator to 6.4.* [security] #616
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.2.*
->6.4.*
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)v6.4.3
Compare Source
Changelog (symfony/validator@v6.4.2...v6.4.3)
v6.4.2
Compare Source
Changelog (symfony/validator@v6.4.1...v6.4.2)
Constraints\Email::ERROR_NAMES
(@mathroc)v6.4.0
Compare Source
Changelog (symfony/validator@v6.4.0-RC2...v6.4.0)
v6.3.12
Compare Source
Changelog (symfony/validator@v6.3.11...v6.3.12)
v6.3.11
Compare Source
Changelog (symfony/validator@v6.3.10...v6.3.11)
Constraints\Email::ERROR_NAMES
(@mathroc)v6.3.9
Compare Source
Changelog (symfony/validator@v6.3.8...v6.3.9)
v6.3.8
Compare Source
Changelog (symfony/validator@v6.3.7...v6.3.8)
v6.3.7
Compare Source
Changelog (symfony/validator@v6.3.6...v6.3.7)
v6.3.6
Compare Source
Changelog (symfony/validator@v6.3.5...v6.3.6)
null
case (@OskarStark)v6.3.5
Compare Source
Changelog (symfony/validator@v6.3.4...v6.3.5)
v6.3.4
Compare Source
Changelog (symfony/validator@v6.3.3...v6.3.4)
v6.3.2
Compare Source
Changelog (symfony/validator@v6.3.1...v6.3.2)
v6.3.1
Compare Source
Changelog (symfony/validator@v6.3.0...v6.3.1)
message
option to thePasswordStrength
constraint (@alexandre-daubois)v6.3.0
Compare Source
Changelog (symfony/validator@v6.3.0-RC2...v6.3.0)
v6.2.13
Compare Source
Changelog (symfony/validator@v6.2.12...v6.2.13)
v6.2.12
Compare Source
v6.2.11
Compare Source
Changelog (symfony/validator@v6.2.10...v6.2.11)
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)v6.2.10
Compare Source
Changelog (symfony/validator@v6.2.9...v6.2.10)
ConstraintValidator::formatValue
(@PhoneixS)Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.