Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

build(deps): bump symfony/security-bundle from 5.0.7 to 5.1.7#60

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/security-bundle-5.1.7
Closed

build(deps): bump symfony/security-bundle from 5.0.7 to 5.1.7#60
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/security-bundle-5.1.7

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps symfony/security-bundle from 5.0.7 to 5.1.7.

Release notes

Sourced from symfony/security-bundle's releases.

v5.1.7

Changelog (symfony/security-bundle@v5.1.6...v5.1.7)

  • no changes

v5.1.6

Changelog (symfony/security-bundle@v5.1.5...v5.1.6)

  • feature #38160 In the new authenticator system, no auth listener is valid (weaverryan)

v5.1.5

Changelog (symfony/security-bundle@v5.1.4...v5.1.5)

  • no changes

v5.1.4

Changelog (symfony/security-bundle@v5.1.3...v5.1.4)

  • no changes

v5.1.3

Changelog (symfony/security-bundle@v5.1.2...v5.1.3)

  • bug #37368 Resolve event bubbling of logout + new events in a compiler pass (wouterj)
  • bug #37366 Fix UserCheckerListener registration with custom user checker (wouterj)
  • bug #37362 Drop cache.security_expression_language service if invalid (chalasr)

v5.1.2

Changelog (symfony/security-bundle@v5.1.1...v5.1.2)

  • bug #37283 Fix CookieClearingLogoutListener DI configuration (wouterj)
  • bug #37261 Fix register csrf protection listener (Ne-Lexa)

v5.1.1

Changelog (symfony/security-bundle@v5.1.0...v5.1.1)

  • bug #37126 Fix the session listener registration under the new authentication manager (johnvandeweghe)
  • bug #37047 Only register CSRF protection listener if CSRF is available (wouterj)

v5.1.0

Changelog (symfony/security-bundle@v5.1.0-RC2...v5.1.0)

  • bug #36984 Fixed version constraint on security-core and security-guard (wouterj)

v5.1.0-RC2

Changelog (symfony/security-bundle@v5.1.0-RC1...v5.1.0-RC2)

  • feature #36918 Removed "services" prototype node from "custom_authenticator" (wouterj)

v5.1.0-RC1

Changelog

Sourced from symfony/security-bundle's changelog.

CHANGELOG

5.2.0

  • Added FirewallListenerFactoryInterface, which can be implemented by security factories to add firewall listeners
  • Added SortFirewallListenersPass to make the execution order of firewall listeners configurable by leveraging Symfony\Component\Security\Http\Firewall\FirewallListenerInterface
  • Added ability to use comma separated ip address list for security.access_control

5.1.0

  • Added XSD for configuration
  • Added security configuration for priority-based access decision strategy
  • Marked the AnonymousFactory, FormLoginFactory, FormLoginLdapFactory, GuardAuthenticationFactory, HttpBasicFactory, HttpBasicLdapFactory, JsonLoginFactory, JsonLoginLdapFactory, RememberMeFactory, RemoteUserFactory and X509Factory as @internal
  • Renamed method AbstractFactory#createEntryPoint() to AbstractFactory#createDefaultEntryPoint()

5.0.0

  • The switch_user.stateless firewall option has been removed.
  • Removed the ability to configure encoders using argon2i or bcrypt as algorithm, use auto instead
  • The simple_form and simple_preauth authentication listeners have been removed, use Guard instead.
  • The SimpleFormFactory and SimplePreAuthenticationFactory classes have been removed, use Guard instead.
  • Removed LogoutUrlHelper and SecurityHelper templating helpers, use Twig instead
  • Removed the logout_on_user_change firewall option
  • Removed the threads encoder option
  • Removed the security.authentication.trust_resolver.anonymous_class parameter
  • Removed the security.authentication.trust_resolver.rememberme_class parameter
  • Removed the security.user.provider.in_memory.user service.

4.4.0

  • Added anonymous: lazy mode to firewalls to make them (not) start the session as late as possible
  • Added migrate_from option to encoders configuration.
  • Added new argon2id encoder, undeprecated the bcrypt and argon2i ones (using auto is still recommended by default.)
  • Deprecated the usage of "query_string" without a "search_dn" and a "search_password" config key in Ldap factories.
  • Marked the SecurityDataCollector class as @final.

4.3.0

  • Added new encoder types: auto (recommended), native and sodium
  • The normalization of the cookie names configured in the logout.delete_cookies option is deprecated and will be disabled in Symfony 5.0. This affects to cookies
Commits
  • c9cbe7d fix class name
  • 7342077 Log notice when no entry point is configured
  • 86300fb In the new authenticator system, no auth listener is valid
  • 4cc81b6 [SecurityBundle] fix tests
  • 0205ab8 Merge branch '4.4' into 5.1
  • 274b0eb Merge branch '3.4' into 4.4
  • 5e95789 Enable "native_constant_invocation" CS rule
  • c761866 Merge branch '4.4' into 5.1
  • ad02627 Fix the parameter names in the SecurityFactoryInterface::create() method
  • 7e64ee9 Merge branch '5.0' into 5.1
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/symfony/security-bundle-5.1.7 branch October 29, 2020 04:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants