Skip to content

Bump symfony/security-http from 7.3.5 to 7.4.13 in the composer group across 1 directory#18

Merged
Programie merged 1 commit into
mainfrom
dependabot/composer/composer-8c0cb40408
May 27, 2026
Merged

Bump symfony/security-http from 7.3.5 to 7.4.13 in the composer group across 1 directory#18
Programie merged 1 commit into
mainfrom
dependabot/composer/composer-8c0cb40408

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the composer group with 1 update in the / directory: symfony/security-http.

Updates symfony/security-http from 7.3.5 to 7.4.13

Release notes

Sourced from symfony/security-http's releases.

v7.4.13

Changelog (symfony/security-http@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/security-http@v7.4.11...v7.4.12)

v7.4.11

Changelog (symfony/security-http@v7.4.9...v7.4.11)

v7.4.9

Changelog (symfony/security-http@v7.4.3...v7.4.9)

v7.4.8

Changelog (symfony/security-http@v7.4.7...v7.4.8)

  • no significant changes

v7.4.6

Changelog (symfony/security-http@v7.4.5...v7.4.6)

  • no significant changes

v7.4.4

Changelog (symfony/security-http@v7.4.3...v7.4.4)

  • no significant changes

v7.4.3

Changelog (symfony/security-http@v7.4.2...v7.4.3)

v7.4.1

Changelog (symfony/security-http@v7.4.0...v7.4.1)

... (truncated)

Changelog

Sourced from symfony/security-http's changelog.

CHANGELOG

8.1

  • Add support for the clientHints, prefetchCache, and prerenderCache ClearSite-Data directives
  • Add this to #[IsGranted] subject expression variables when available
  • Add support for closures and this in #[IsCsrfTokenValid] when evaluating its id
  • Add $enforceKeyUsageVerification argument to OidcTokenHandler::enableDiscovery() to allow accepting JWKs lacking use/key_ops (lax mode)
  • Deprecate the $eraseCredentials argument of AuthenticatorManager::__construct(), as the eraseCredentials() method was removed in Symfony 8.0

8.0

  • When extending the RememberMeDetails class and overriding its constructor, the $userFqcn parameter has to be removed from its signature:

    Before:

    class CustomRememberMeDetails extends RememberMeDetails
    {
        public function __construct(string $userFqcn, string $userIdentifier, int $expires, string $value)
        {
            parent::__construct($userFqcn, $userIdentifier, $expires, $value);
        }
    }

    After:

    class CustomRememberMeDetails extends RememberMeDetails
    {
        public function __construct(string $userIdentifier, int $expires, string $value)
        {
            parent::__construct($userIdentifier, $expires, $value);
        }
    }
  • Remove RememberMeDetails::getUserFqcn()

  • Remove callable firewall listeners support, extend AbstractListener or implement FirewallListenerInterface instead

  • Remove AbstractListener::__invoke

  • Throw a BadCredentialsException when passing an empty string as $userIdentifier argument to UserBadge constructor

  • Accept only ExposeSecurityLevel enums for AuthenticatorManager's $exposeSecurityErrors argument

  • Respectively accept only AlgorithmManager and JWKSet for OidcTokenHandler's $signatureAlgorithm and $signatureKeyset arguments

  • Add argument $attributes to UserAuthenticatorInterface::authenticateUser()

7.4

... (truncated)

Commits
  • da3c280 Merge branch '6.4' into 7.4
  • 1a01cd7 CS fix
  • 7ea7162 Merge branch '6.4' into 7.4
  • b4acd83 Merge branch '5.4' into 6.4
  • 119cc48 [Security] Don't honor user-supplied _failure_path on failure_forward
  • 5312b62 Merge branch '6.4' into 7.4
  • 8602860 Fix tests and merge resolution after merging 6.4 into 7.4
  • 1081160 Merge branch '6.4' into 7.4
  • 4523a53 Remove protectedHeaderOnly from claim checkers
  • 20636d3 [Security] Initialize lazy users before serializing them in the session
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 1 update in the / directory: [symfony/security-http](https://github.com/symfony/security-http).


Updates `symfony/security-http` from 7.3.5 to 7.4.13
- [Release notes](https://github.com/symfony/security-http/releases)
- [Changelog](https://github.com/symfony/security-http/blob/8.1/CHANGELOG.md)
- [Commits](symfony/security-http@v7.3.5...v7.4.13)

---
updated-dependencies:
- dependency-name: symfony/security-http
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 27, 2026
@Programie Programie merged commit f9e1279 into main May 27, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/composer-8c0cb40408 branch May 27, 2026 19:34
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.

1 participant