Skip to content

chore(deps): update symfony/security-bundle requirement from ^6.4|^7.0 to ^8.0.8#49

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/security-bundle-tw-8.0.8
Closed

chore(deps): update symfony/security-bundle requirement from ^6.4|^7.0 to ^8.0.8#49
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/security-bundle-tw-8.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on symfony/security-bundle to permit the latest version.

Release notes

Sourced from symfony/security-bundle's releases.

v8.0.8

Changelog (symfony/security-bundle@v8.0.7...v8.0.8)

Changelog

Sourced from symfony/security-bundle's changelog.

CHANGELOG

8.1

  • Add support for the clientHints, prefetchCache, and prerenderCache ClearSite-Data directives
  • Add support for #[AsTaggedItem] attribute to configure voter priority
  • Deprecate the security.erase_credentials configuration option and the security.authentication.manager.erase_credentials container parameter, as the eraseCredentials() method was removed in Symfony 8.0

8.0

  • Remove the deprecated hide_user_not_found configuration option, use expose_security_errors instead
  • Remove the deprecated algorithm and key options from the OIDC token handler configuration, use algorithms and keyset instead
  • Remove LazyFirewallContext::__invoke()
  • Make ExpressionCacheWarmer class final
  • Remove autowiring aliases for RateLimiterFactory; use RateLimiterFactoryInterface instead

7.4

  • Add debug:security:role-hierarchy command to dump role hierarchy graphs in the Mermaid.js flowchart format

  • Add Security::getAccessDecision() and getAccessDecisionForUser() helpers

  • Add options to configure a cache pool and storage service for login throttling rate limiters

  • Register alias for argument for password hasher when its key is not a class name:

    With the following configuration:

    security:
      password_hashers:
          recovery_code: auto

    It is possible to inject the recovery_code password hasher in a service:

    public function __construct(
        #[Target('recovery_code')]
        private readonly PasswordHasherInterface $passwordHasher,
    ) {
    }
  • Deprecate LazyFirewallContext::__invoke()

7.3

  • Add Security::isGrantedForUser() to test user authorization without relying on the session. For example, users not currently logged in, or while processing a message from a message queue
  • Add encryption support to OidcTokenHandler (JWE)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [symfony/security-bundle](https://github.com/symfony/security-bundle) to permit the latest version.
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/security-bundle/commits/v8.0.8)

---
updated-dependencies:
- dependency-name: symfony/security-bundle
  dependency-version: 8.0.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

mpge added a commit that referenced this pull request May 2, 2026
…RM 2|3 (#52)

Closes #48, #49, #50, #51. Preserves the multi-major support matrix per README.
@mpge
Copy link
Copy Markdown
Member

mpge commented May 2, 2026

Superseded by #52.

@mpge mpge closed this May 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/composer/symfony/security-bundle-tw-8.0.8 branch May 2, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant