chore(deps): bump symfony/security-http from 6.4.4 to 7.2.4 in /api
Bumps symfony/security-http from 6.4.4 to 7.2.4.
Release notes
Sourced from symfony/security-http's releases.
v7.2.4
Changelog (https://github.com/symfony/security-http/compare/v7.2.3...v7.2.4)
- bug symfony/symfony#59640 [Security] Return null instead of empty username to fix deprecation notice (
@phasdev)v7.2.3
Changelog (https://github.com/symfony/security-http/compare/v7.2.2...v7.2.3)
- bug symfony/symfony#59590 [Security] Throw an explicit error when refreshing a token with a null user (
@alexandre-daubois)- bug symfony/symfony#59347 [Security] Fix triggering session tracking from ContextListener (
@nicolas-grekas)v7.2.1
Changelog (https://github.com/symfony/security-http/compare/v7.2.0...v7.2.1)
- no significant changes
v7.2.0
Changelog (https://github.com/symfony/security-http/compare/v7.2.0-RC1...v7.2.0)
- no significant changes
v7.2.0-BETA2
Changelog (https://github.com/symfony/security-http/compare/v7.2.0-BETA1...v7.2.0-BETA2)
- bug symfony/symfony#58754 [Security] Store original token in token storage when implicitly exiting impersonation (
@wouterj)v7.2.0-BETA1
Changelog (https://github.com/symfony/security-http/compare/v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#58166 [Security][SecurityBundle] Allow passing attributes to passport via
Security::login()(@alexandre-daubois)- feature symfony/symfony#58007 [Security] Deprecate empty user identifier (
@ajgarlag)- feature symfony/symfony#57525 [SecurityBundle] Improve profiler’s authenticators tab (
@MatTheCat)- feature symfony/symfony#57773 [Security] pass the current token to the
checkPostAuth()method of user checkers (@xabbuh)- feature symfony/symfony#57694 [SecurityBundle] Update web-token/jwt-library version and adjust checker parameters (
@Spomky)- feature symfony/symfony#57369 [Security] Display authenticators in the profiler even if they are all skipped (
@MatTheCat)- feature symfony/symfony#56838 [Security] Deprecate argument $secret of RememberMeToken and RememberMeAuthenticator (
@nicolas-grekas)v7.1.11
Changelog (https://github.com/symfony/security-http/compare/v7.1.10...v7.1.11)
- bug symfony/symfony#59590 [Security] Throw an explicit error when refreshing a token with a null user (
@alexandre-daubois)- bug symfony/symfony#59347 [Security] Fix triggering session tracking from ContextListener (
@nicolas-grekas)v7.1.10
Changelog (https://github.com/symfony/security-http/compare/v7.1.9...v7.1.10)
- no significant changes
v7.1.8
Changelog (https://github.com/symfony/security-http/compare/v7.1.7...v7.1.8)
... (truncated)
Changelog
Sourced from symfony/security-http's changelog.
CHANGELOG
7.2
- Pass the current token to the
checkPostAuth()method of user checkers- Deprecate argument
$secretofRememberMeAuthenticator- Deprecate passing an empty string as
$userIdentifierargument toUserBadgeconstructor- Allow passing passport attributes to the
UserAuthenticatorInterface::authenticateUser()method7.1
- Add
#[IsCsrfTokenValid]attribute- Add CAS 2.0 access token handler
- Make empty username or empty password on form login attempts throw
BadCredentialsException7.0
- Add argument
$badgeFqcntoPassport::addBadge()- Add argument
$lifetimetoLoginLinkHandlerInterface::createLoginLink()- Throw when calling the constructor of
DefaultLoginRateLimiterwith an empty secret6.4
UserValueResolverno longer implementsArgumentValueResolverInterface- Deprecate calling the constructor of
DefaultLoginRateLimiterwith an empty secret6.3
- Add
RememberMeBadgetoJsonLoginAuthenticatorand enable reading parameter in JSON request body- Add argument
$exceptionCodeto#[IsGranted]- Deprecate passing a secret as the 2nd argument to the constructor of
Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler- Add
OidcUserInfoTokenHandlerandOidcTokenHandlerwith OIDC support forAccessTokenAuthenticator- Add
attributesoptional array argument inUserBadge- Call
UserBadge::userLoaderwith attributes if the argument is set- Allow to override badge fqcn on
Passport::addBadge- Add
SecurityTokenValueResolverto inject token as controller argument6.2
- Add maximum username length enforcement of 4096 characters in
UserBadge- Add
#[IsGranted()]- Deprecate empty username or password when using when using
JsonLoginAuthenticator- Set custom lifetime for login link
... (truncated)
Commits
8478e95Merge branch '6.4' into 7.2a21ab89[Security] Fix typo in deprecation messagea57bb00[Security] Return null instead of empty username to fix deprecation noticed185c41Merge branch '7.1' into 7.2c5ef4cbMerge branch '6.4' into 7.154f2ccc[Security] Throw an explicit error when authenticating a token with a null user9bac2f7Merge branch '7.1' into 7.2fb89f21Merge branch '6.4' into 7.15f16d09[Security] Fix triggering session tracking from ContextListener1258445Merge branch '7.1' into 7.2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.