Bump symfony/security-http from 7.0.1 to 7.1.8
Bumps symfony/security-http from 7.0.1 to 7.1.8.
Release notes
Sourced from symfony/security-http's releases.
v7.1.8
Changelog (https://github.com/symfony/security-http/compare/v7.1.7...v7.1.8)
- security symfony/symfony#cve-2024-51996 [Security] Check owner of persisted remember-me cookie (
@jderusse)v7.1.7
Changelog (https://github.com/symfony/security-http/compare/v7.1.6...v7.1.7)
- bug symfony/symfony#58754 [Security] Store original token in token storage when implicitly exiting impersonation (
@wouterj)v7.1.6
Changelog (https://github.com/symfony/security-http/compare/v7.1.5...v7.1.6)
- no significant changes
v7.1.5
Changelog (https://github.com/symfony/security-http/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58218 Work around
parse_url()bug (@nicolas-grekas)v7.1.4
Changelog (https://github.com/symfony/security-http/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#58002 [Security] Revert stateless check for ContextListener (
@VincentLanglet)v7.1.3
Changelog (https://github.com/symfony/security-http/compare/v7.1.2...v7.1.3)
- no significant changes
v7.1.2
Changelog (https://github.com/symfony/security-http/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57488 [Security] check token in payload instead just request (
@eltharin)- bug symfony/symfony#57372 [HttpKernel][Security] Fix accessing session for stateless request (
@VincentLanglet)- bug symfony/symfony#57378 [Security] Change to
BadCredentialsExceptionwhen empty username / password (@llupa)v7.1.1
Changelog (https://github.com/symfony/security-http/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/security-http/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (https://github.com/symfony/security-http/compare/v7.1.0-BETA1...v7.1.0-RC1)
... (truncated)
Changelog
Sourced from symfony/security-http's changelog.
CHANGELOG
7.1
- Add
#[IsCsrfTokenValid]attribute- Add CAS 2.0 access token handler
- Make empty username or empty password on form login attempts return Bad Request (400)
7.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
- Add
$lifetimeparameter toLoginLinkHandlerInterface::createLoginLink()- Add RFC6750 Access Token support to allow token-based authentication
- Allow using expressions as
#[IsGranted()]attribute and subject6.0
- Remove
LogoutSuccessHandlerInterfaceandLogoutHandlerInterface, register a listener on theLogoutEventevent instead
... (truncated)
Commits
e11ea7fMerge branch '6.4' into 7.1ded1e07Merge branch '5.4' into 6.4cde02b0[security-http] Check owner of persisted remember-me cookied551ee8Merge branch '6.4' into 7.1cc13b60Merge branch '5.4' into 6.47152f0e[Security] Store original token in token storage when implicitly exiting impe...a4af934Merge branch '6.4' into 7.1f5aa8f5Merge branch '5.4' into 6.48a4986dAdd PR template and auto-close PR on subtree split repositoriesd47c013Merge branch '6.4' into 7.1- Additional commits viewable in compare view
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 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.