Skip to content

Bump symfony/security-bundle from 7.4.0 to 8.0.0#290

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/security-bundle-8.0.0
Open

Bump symfony/security-bundle from 7.4.0 to 8.0.0#290
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/security-bundle-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps symfony/security-bundle from 7.4.0 to 8.0.0.

Release notes

Sourced from symfony/security-bundle's releases.

v8.0.0

Changelog (symfony/security-bundle@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC2

Changelog (symfony/security-bundle@v8.0.0-RC1...v8.0.0-RC2)

v8.0.0-RC1

Changelog (symfony/security-bundle@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA1

Changelog (symfony/security-bundle@v7.3.4...v8.0.0-BETA1)

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

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)
  • Add expose_security_errors config option to display AccountStatusException

... (truncated)

Commits
  • fa06c8b Merge branch '7.4' into 8.0
  • 08a1295 Merge branch '7.4' into 8.0
  • 8130dd3 Merge branch '7.4' into 8.0
  • a7e0330 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
  • ef1ae45 Merge branch '7.4' into 8.0
  • d332665 [DependencyInjection][Routing] Remove support for the XML configuration format
  • 500e25f Merge branch '7.4' into 8.0
  • d1230dc Merge branch '7.4' into 8.0
  • e2bd257 Merge branch '7.4' into 8.0
  • 717f2b3 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 13, 2026
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/security-bundle-8.0.0 branch 2 times, most recently from 0da660b to bd9295a Compare January 17, 2026 21:34
Bumps [symfony/security-bundle](https://github.com/symfony/security-bundle) from 7.4.0 to 8.0.0.
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.4.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/security-bundle
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/security-bundle-8.0.0 branch from bd9295a to 403d795 Compare February 6, 2026 15:51
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants