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

fix(deps): update dependency symfony/security-bundle to 6.4.* [security] #615

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

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

GitHub Vulnerability Alerts

CVE-2024-50341

Description

The custom user_checker defined on a firewall is not called when Login Programmaticaly with the Security::login method, leading to unwanted login.

Resolution

The Security::login method now ensure to call the configured user_checker.

The patch for this issue is available here for branch 6.4.

Credits

We would like to thank Oleg Andreyev, Antoine MAKDESSI for reporting the issue and Christian Flothmann for providing the fix.


Release Notes

symfony/security-bundle (symfony/security-bundle)

v6.4.10

Compare Source

v6.4.9

Compare Source

Changelog (symfony/security-bundle@v6.4.8...v6.4.9)

  • bug symfony/symfony#57520 [SecurityBundle] Remove unused memory users’ name attribute from the XSD (@​MatTheCat)
  • bug symfony/symfony#57467 [SecurityBundle] Add provider XML attribute to the authenticators it’s missing from (@​MatTheCat)

v6.4.8

Compare Source

Changelog (symfony/security-bundle@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/security-bundle@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Compare Source

Changelog (symfony/security-bundle@v6.4.5...v6.4.6)

v6.4.5

Compare Source

Changelog (symfony/security-bundle@v6.4.4...v6.4.5)

  • no significant changes

v6.4.4

Compare Source

Changelog (symfony/security-bundle@v6.4.3...v6.4.4)

v6.4.3

Compare Source

Changelog (symfony/security-bundle@v6.4.2...v6.4.3)

  • bug symfony/symfony#53656 [Form] Use self-closing <input /> syntax again, reverting #​47715 (@​mpdude)

v6.4.2

Compare Source

Changelog (symfony/security-bundle@v6.4.1...v6.4.2)

v6.4.0

Compare Source

Changelog (symfony/security-bundle@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.3.12

Compare Source

Changelog (symfony/security-bundle@v6.3.11...v6.3.12)

  • no significant changes

v6.3.11

Compare Source

Changelog (symfony/security-bundle@v6.3.10...v6.3.11)

v6.3.8

Compare Source

Changelog (symfony/security-bundle@v6.3.7...v6.3.8)

v6.3.7

Compare Source

Changelog (symfony/security-bundle@v6.3.6...v6.3.7)

v6.3.6

Compare Source

Changelog (symfony/security-bundle@v6.3.5...v6.3.6)

v6.3.5

Compare Source

Changelog (symfony/security-bundle@v6.3.4...v6.3.5)

v6.3.4

Compare Source

Changelog (symfony/security-bundle@v6.3.3...v6.3.4)

v6.3.3

Compare Source

Changelog (symfony/security-bundle@v6.3.2...v6.3.3)

  • no significant changes

v6.3.2

Compare Source

Changelog (symfony/security-bundle@v6.3.1...v6.3.2)

v6.3.1

Compare Source

Changelog (symfony/security-bundle@v6.3.0...v6.3.1)

v6.3.0

Compare Source

Changelog (symfony/security-bundle@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/security-bundle@v6.2.12...v6.2.13)

v6.2.12

Compare Source

Changelog (symfony/security-bundle@v6.2.11...v6.2.12)

  • no significant changes

v6.2.11

Compare Source

Changelog (symfony/security-bundle@v6.2.10...v6.2.11)

v6.2.10

Compare Source

Changelog (symfony/security-bundle@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.

Copy link
Contributor Author

renovate bot commented Nov 6, 2024

⚠️ 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/security-bundle:6.4.10 --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
Dependency symfony/event-dispatcher is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/mime is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/property-access is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/process is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - symfony/framework-bundle is locked to version v6.2.9 and an update of this package was not requested.
    - Root composer.json requires symfony/security-bundle 6.4.* -> satisfiable by symfony/security-bundle[v6.4.10].
    - symfony/security-bundle v6.4.10 conflicts with symfony/framework-bundle <6.4.

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