8000 Update UPGRADE-6.2.md · symfony/symfony@24b7cde · GitHub
[go: up one dir, main page]

Skip to content

Commit 24b7cde

Browse files
authored
Update UPGRADE-6.2.md
edit incorrect class name
1 parent 129e2d4 commit 24b7cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-6.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Security
8585

8686
* Add maximum username length enforcement of 4096 characters in `UserBadge` to
8787
prevent [session storage flooding](https://symfony.com/blog/cve-2016-4423-large-username-storage-in-session)
88-
* Deprecate the `Symfony\Component\Security\Core\Security` class and service, use `Symfony\Bundle\SecurityBundle\Security\Security` instead
88+
* Deprecate the `Symfony\Component\Security\Core\Security` class and service, use `Symfony\Bundle\SecurityBundle\Security` instead
8989
* Passing empty username or password parameter when using `JsonLoginAuthenticator` is not supported anymore
9090
* Add `$lifetime` parameter to `LoginLinkHandlerInterface::createLoginLink()`
9191
* Change the signature of `TokenStorageInterface::setToken()` to `setToken(?TokenInterface $token)`

0 commit comments

Comments
 (0)
0