hootdraft
hootdraft copied to clipboard
Bump symfony/security from 2.8.50 to 3.4.48
Bumps symfony/security from 2.8.50 to 3.4.48.
Release notes
Sourced from symfony/security's releases.
v3.4.48
Changelog (https://github.com/symfony/security/compare/v3.4.47...v3.4.48)
- no significant changes
v3.4.47
Changelog (https://github.com/symfony/security/compare/v3.4.46...v3.4.47)
- no changes
v3.4.46
Changelog (https://github.com/symfony/security/compare/v3.4.45...v3.4.46)
- no changes
v3.4.45
Changelog (https://github.com/symfony/security/compare/v3.4.44...v3.4.45)
- no changes
v3.4.44
Changelog (https://github.com/symfony/security/compare/v3.4.43...v3.4.44)
- no changes
v3.4.43
Changelog (https://github.com/symfony/security/compare/v3.4.42...v3.4.43)
- no changes
v3.4.42
Changelog (https://github.com/symfony/security/compare/v3.4.41...v3.4.42)
- no changes
v3.4.41
Changelog (https://github.com/symfony/security/compare/v3.4.40...v3.4.41)
- bug #36974 Fixed handling of CSRF logout error (wouterj)
v3.4.40
Changelog (https://github.com/symfony/security/compare/v3.4.39...v3.4.40)
- bug #36498 fix escape for username in LdapBindAuthenticationProvider.php (stoccc)
- bug #36252 Allow setting cookie security settings for delete_cookies (wouterj)
v3.4.39
Changelog (https://github.com/symfony/security/compare/v3.4.38...v3.4.39)
- bug #36176 Check if firewall is stateless before checking for session/previous session (koenreiniers)
... (truncated)
Changelog
Sourced from symfony/security's changelog.
CHANGELOG
4.4.0
- Deprecated class
LdapUserProvider, useSymfony\Component\Ldap\Security\LdapUserProviderinstead- Added method
needsRehash()toPasswordEncoderInterfaceandUserPasswordEncoderInterface- Added
MigratingPasswordEncoder- Added and implemented
PasswordUpgraderInterface, for opportunistic password migrations- Added
Guard\PasswordAuthenticatedInterface, an optional interface for "guard" authenticators that deal with user passwords- Marked all dispatched event classes as
@final- Deprecated returning a non-boolean value when implementing
Guard\AuthenticatorInterface::checkCredentials().- Deprecated passing more than one attribute to
AccessDecisionManager::decide()andAuthorizationChecker::isGranted()- Added new
argon2idencoder, undeprecated thebcryptandargon2iones (usingautois still recommended by default.)- Added
AbstractListenerwhich replaces the deprecatedListenerInterface4.3.0
- Added methods
__serializeand__unserializeto theTokenInterface- Added
SodiumPasswordEncoderandNativePasswordEncoder- The
RoleandSwitchUserRoleclasses are deprecated and will be removed in 5.0. Use strings for roles instead.- The
getReachableRoles()method of theRoleHierarchyInterfaceis deprecated and will be removed in 5.0. Role hierarchies must implement thegetReachableRoleNames()method instead and return roles as strings.- The
getRoles()method of theTokenInterfaceis deprecated. Tokens must implement thegetRoleNames()method instead and return roles as strings.- Made the
serialize()andunserialize()methods ofAbstractTokenandAuthenticationExceptionfinal, use__serialize()/__unserialize()insteadAuthenticationExceptiondoesn't implementSerializableanymore- Deprecated the
ListenerInterface, turn your listeners into callables instead- Deprecated
Firewall::handleRequest(), useFirewall::callListeners()instead- Dispatch
AuthenticationSuccessEventonsecurity.authentication.success- Dispatch
AuthenticationFailureEventonsecurity.authentication.failure- Dispatch
InteractiveLoginEventonsecurity.interactive_login- Dispatch
SwitchUserEventonsecurity.switch_user- Deprecated
Argon2iPasswordEncoder, useSodiumPasswordEncoderinstead- Deprecated
BCryptPasswordEncoder, useNativePasswordEncoderinstead- Added
DeauthenticatedEventdispatched in case the user has changed when trying to refresh the token4.2.0
- added the
is_granted()function in security expressions- deprecated the
has_role()function in security expressions, useis_granted()instead- Passing custom class names to the
Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverto define custom anonymous and remember me token classes is deprecated. To
... (truncated)
Commits
06dbfe4[Security][Guard] Prevent user enumeration via response content7f92437minor #38848 Missing translations for Chinese (zh_TW) #38733 (fd6130)d283d9dMissing translations for Chinese (zh_TW) #3873346f91cfMissing translations for Chinese (zh_CN) #38732fb09526minor #38830 [Security] Add missing translations for Ukrainian (uk) (Comrade42)8172d7aminor #38835 [Translation] added missing Albanian translations (abame)461d1ae[Translation] added missing Albanian translationsf645825minor #38834 [Form, Security, Validator] Add missing Turkish translations (tr...fe0bb0a[Form, Security, Validator] Add missing Turkish translations (tr)4d89842minor #38793 38737 add missing dutch translation (JohJohan)- 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.