Skip to content

Bump symfony/security from 4.3.8 to 4.4.23#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/security-4.4.23
Open

Bump symfony/security from 4.3.8 to 4.4.23#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/security-4.4.23

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2021

Bumps symfony/security from 4.3.8 to 4.4.23.

Release notes

Sourced from symfony/security's releases.

v4.4.23

Changelog (symfony/security@v4.4.22...v4.4.23)

  • no significant changes

v4.4.22

Changelog (symfony/security@v4.4.21...v4.4.22)

  • bug #40993 fix checking for bcrypt (nicolas-grekas)

v4.4.21

Changelog (symfony/security@v4.4.20...v4.4.21)

  • bug #39992 Refresh original user in SwitchUserListener (AndrolGenhald)
  • bug #40386 Backport psr/container 1.1/2.0 compatibility (derrabus)

v4.4.20

Changelog (symfony/security@v4.4.19...v4.4.20)

  • bug #40066 fix parsing return types in DebugClassLoader (nicolas-grekas)

v4.4.19

Changelog (symfony/security@v4.4.18...v4.4.19)

  • bug #39880 Add username to UserNameNotFoundException (qurben)
  • bug #39862 Replace message data in JSON security error response (wouterj)

v4.4.18

Changelog (symfony/security@v4.4.17...v4.4.18)

  • bug #39331 Fixed PHPunit 9.5 compatibility (wouterj)
  • bug #39247 remove return type definition in order to avoid type juggling (adeptofvoltron)

v4.4.17

Changelog (symfony/security@v4.4.16...v4.4.17)

  • bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)

v4.4.16

Changelog (symfony/security@v4.4.15...v4.4.16)

  • no changes

v4.4.15

Changelog (symfony/security@v4.4.14...v4.4.15)

  • bug #38377 Ignore more deprecations for Mockery mocks (fancyweb)

v4.4.14

Changelog (symfony/security@v4.4.13...v4.4.14)

... (truncated)

Changelog

Sourced from symfony/security's changelog.

CHANGELOG

4.4.0

  • Deprecated class LdapUserProvider, use Symfony\Component\Ldap\Security\LdapUserProvider instead
  • Added method needsRehash() to PasswordEncoderInterface and UserPasswordEncoderInterface
  • 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() and AuthorizationChecker::isGranted()
  • Added new argon2id encoder, undeprecated the bcrypt and argon2i ones (using auto is still recommended by default.)
  • Added AbstractListener which replaces the deprecated ListenerInterface

4.3.0

  • Added methods __serialize and __unserialize to the TokenInterface
  • Added SodiumPasswordEncoder and NativePasswordEncoder
  • The Role and SwitchUserRole classes are deprecated and will be removed in 5.0. Use strings for roles instead.
  • The getReachableRoles() method of the RoleHierarchyInterface is deprecated and will be removed in 5.0. Role hierarchies must implement the getReachableRoleNames() method instead and return roles as strings.
  • The getRoles() method of the TokenInterface is deprecated. Tokens must implement the getRoleNames() method instead and return roles as strings.
  • Made the serialize() and unserialize() methods of AbstractToken and AuthenticationException final, use __serialize()/__unserialize() instead
  • AuthenticationException doesn't implement Serializable anymore
  • Deprecated the ListenerInterface, turn your listeners into callables instead
  • Deprecated Firewall::handleRequest(), use Firewall::callListeners() instead
  • Dispatch AuthenticationSuccessEvent on security.authentication.success
  • Dispatch AuthenticationFailureEvent on security.authentication.failure
  • Dispatch InteractiveLoginEvent on security.interactive_login
  • Dispatch SwitchUserEvent on security.switch_user
  • Deprecated Argon2iPasswordEncoder, use SodiumPasswordEncoder instead
  • Deprecated BCryptPasswordEncoder, use NativePasswordEncoder instead
  • Added DeauthenticatedEvent dispatched in case the user has changed when trying to refresh the token

4.2.0

  • added the is_granted() function in security expressions
  • deprecated the has_role() function in security expressions, use is_granted() instead
  • Passing custom class names to the Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver to define custom anonymous and remember me token classes is deprecated. To

... (truncated)

Commits
  • 9c1ce3e Merge branch '3.4' into 4.4
  • 9527320 [Security] Add missing Finnish translations
  • 110817a minor #41108 [Security] Update Russian translations (a1812)
  • 8c4601f [Security] Update Russian translations
  • 0bf8f75 [Security] Added missing Japanese translations
  • 8a00c1f minor #41117 [Security] Add missing Italian translations (ramundomario)
  • ebc8af9 minor #41079 [Security] Added missing Polish translations (ShiroRyokoshi)
  • d30b042 [Security] Added missing Polish translations
  • 40c8fd1 [Security] Add missing Italian translations #41051
  • 4e12639 minor #41092 [Security] Missing translations pt_BR (rezehnde)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [symfony/security](https://github.com/symfony/security) from 4.3.8 to 4.4.23.
- [Release notes](https://github.com/symfony/security/releases)
- [Changelog](https://github.com/symfony/security/blob/4.4/CHANGELOG.md)
- [Commits](symfony/security@v4.3.8...v4.4.23)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants