Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

fix(deps): update dependency symfony/validator to 6.4.* [security]#616

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/packagist-symfony-validator-vulnerability
Open

fix(deps): update dependency symfony/validator to 6.4.* [security]#616
renovate[bot] wants to merge 1 commit into
developfrom
renovate/packagist-symfony-validator-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Nov 6, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/validator (source) 6.2.* -> 6.4.* age adoption passing confidence

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)

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)

v6.4.7

Compare Source

Changelog (symfony/validator@v6.4.6...v6.4.7)

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)

  • bug symfony/symfony#53755 [Validator] Fix fields without constraints in 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)

v6.4.0

Compare Source

Changelog (symfony/validator@v6.4.0-RC2...v6.4.0)

  • no significant changes

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)

v6.3.9

Compare Source

Changelog (symfony/validator@v6.3.8...v6.3.9)

  • no significant changes

v6.3.8

Compare Source

Changelog (symfony/validator@v6.3.7...v6.3.8)

  • no significant changes

v6.3.7

Compare Source

Changelog (symfony/validator@v6.3.6...v6.3.7)

  • no significant changes

v6.3.6

Compare Source

Changelog (symfony/validator@v6.3.5...v6.3.6)

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)

v6.3.0

Compare Source

Changelog (symfony/validator@v6.3.0-RC2...v6.3.0)

  • no significant changes

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)

v6.2.10

Compare Source

Changelog (symfony/validator@v6.2.9...v6.2.10)


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Nov 6, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: apps/composer.lock
Command failed: composer update symfony/validator:6.4.11 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - symfony/translation is locked to version v6.2.8 and an update of this package was not requested.
    - Root composer.json requires symfony/validator 6.4.* -> satisfiable by symfony/validator[v6.4.11].
    - symfony/validator v6.4.11 conflicts with symfony/translation <5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants