build(deps): bump symfony/security-bundle from 5.3.12 to 5.4.20
Bumps symfony/security-bundle from 5.3.12 to 5.4.20.
Release notes
Sourced from symfony/security-bundle's releases.
v5.4.20
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.19...v5.4.20)
- no significant changes
v5.4.19
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.18...v5.4.19)
- bug #48937 Fix using same handler for multiple authenticators (RobertMe)
v5.4.17
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.16...v5.4.17)
- bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
- bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
v5.4.11
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.10...v5.4.11)
- no significant changes
v5.4.9
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.8...v5.4.9)
- bug #46317 Ignore invalid URLs found in failure/success paths (nicolas-grekas)
v5.4.8
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.7...v5.4.8)
- bug #46054 Use config's secret in remember-me signatures (jderusse)
v5.4.5
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.4...v5.4.5)
- bug #45469 fix autoconfiguring Monolog's ProcessorInterface (nicolas-grekas)
v5.4.3
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.2...v5.4.3)
- no significant changes
v5.4.2
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.1...v5.4.2)
- no significant changes
v5.4.1
Changelog (https://github.com/symfony/security-bundle/compare/v5.4.0...v5.4.1)
- bug #44460 Fix ambiguous deprecation message on missing provider (chalasr)
... (truncated)
Changelog
Sourced from symfony/security-bundle's changelog.
CHANGELOG
6.2
- Add the
Securityhelper class- Deprecate the
Symfony\Component\Security\Core\Securityservice alias, useSymfony\Bundle\SecurityBundle\Securityinstead- Add
Security::getFirewallConfig()to help to get the firewall configuration associated to the Request- Add
Security::login()to login programmatically- Add
Security::logout()to logout programmatically- Add
security.firewalls.logout.enable_csrfto enable CSRF protection using the default CSRF token generator- Add RFC6750 Access Token support to allow token-based authentication
- Add
security.firewalls.switch_user.target_routeoption to configure redirect target route on switch user- Deprecate the
security.enable_authenticator_managerconfig option6.1
- The
security.access_controlnow accepts aRequestMatcherInterfaceunder therequest_matcheroption as scope configuration- The
security.access_controlnow accepts anattributesarray to match request attributes in theRequestMatcher- The
security.access_controlnow accepts arouteoption to match request route in theRequestMatcher- Display the inherited roles of the logged-in user in the Web Debug Toolbar
6.0
- The
security.authorization_checkerandsecurity.token_storageservices are now private- Remove
UserPasswordEncoderCommandclass and the correspondinguser:encode-passwordcommand, useUserPasswordHashCommandanduser:hash-passwordinstead- Remove the
security.encoder_factory.genericservice, thesecurity.encoder_factoryandSymfony\Component\Security\Core\Encoder\EncoderFactoryInterfacealiases, usesecurity.password_hasher_factoryandSymfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterfaceinstead- Remove the
security.user_password_encoder.genericservice, thesecurity.password_encoderand theSymfony\Component\Security\Core\Encoder\UserPasswordEncoderInterfacealiases, usesecurity.user_password_hasher,security.password_hasherandSymfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterfaceinstead- Remove the
logout.success_handlerandlogout.handlersconfig options, register a listener on theLogoutEventevent instead- Remove
FirewallConfig::getListeners(), useFirewallConfig::getAuthenticators()instead5.4
- Deprecate
FirewallConfig::getListeners(), useFirewallConfig::getAuthenticators()instead- Deprecate
security.authentication.basic_entry_pointandsecurity.authentication.retry_entry_pointservices, the logic is moved into theHttpBasicAuthenticatorandChannelListenerrespectively- Deprecate
FirewallConfig::allowsAnonymous()and theallows_anonymousfrom the data collector data, there will be no anonymous concept as of version 6.- Deprecate not setting
$authenticatorManagerEnabledtotrueinSecurityDataCollectorandDebugFirewallCommand- Deprecate
SecurityFactoryInterfaceandSecurityExtension::addSecurityListenerFactory()in favor ofAuthenticatorFactoryInterfaceandSecurityExtension::addAuthenticatorFactory()- Add
AuthenticatorFactoryInterface::getPriority()which replacesSecurityFactoryInterface::getPosition()- Deprecate passing an array of arrays as 1st argument to
MainConfiguration, pass a sorted flat array of factories instead.
... (truncated)
Commits
1a049b7Merge branch '4.4' into 5.4076fd20[Security/Http] Remove CSRF tokens from storage on successful logine16ac30[SecurityBundle] Fix using same handler for multiple authenticators8203ec9Bump license year to 20235891533Compatibility with doctrine/annotations 25c96cbdFix getting the name of closures on PHP 8.1.11+86b49feFix CS8ec874dMerge branch '4.4' into 5.4d2a6bf4Fix CS4d5f495[SecurityBundle] Remove deadclass_existschecks- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.