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
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-50341
Description
The custom
user_checker
defined on a firewall is not called when Login Programmaticaly with theSecurity::login
method, leading to unwanted login.Resolution
The
Security::login
method now ensure to call the configureduser_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)
name
attribute from the XSD (@MatTheCat)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)
v6.4.7
Compare Source
Changelog (symfony/security-bundle@v6.4.6...v6.4.7)
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)
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)
<input />
syntax again, reverting #47715 (@mpdude)v6.4.2
Compare Source
Changelog (symfony/security-bundle@v6.4.1...v6.4.2)
InternalSecurity
class when opcache preload is active (@kaznovac)v6.4.0
Compare Source
Changelog (symfony/security-bundle@v6.4.0-RC2...v6.4.0)
v6.3.12
Compare Source
Changelog (symfony/security-bundle@v6.3.11...v6.3.12)
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)
v6.3.2
Compare Source
Changelog (symfony/security-bundle@v6.3.1...v6.3.2)
firewalls.logout.csrf_token_manager
to XSD (@HeahDude)Bearer
header’serror_description
(@MatTheCat)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)
aud
andiss
claims on OidcTokenHandler (@vincentchalamon)v6.2.13
Compare Source
Changelog (symfony/security-bundle@v6.2.12...v6.2.13)
Bearer
header’serror_description
(@MatTheCat)v6.2.12
Compare Source
Changelog (symfony/security-bundle@v6.2.11...v6.2.12)
v6.2.11
Compare Source
Changelog (symfony/security-bundle@v6.2.10...v6.2.11)
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)v6.2.10
Compare Source
Changelog (symfony/security-bundle@v6.2.9...v6.2.10)
name
attribute when it does not define their name (@MatTheCat)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.