8000 minor #48413 [SecurityBundle] Fix class name in UPGRADE-6.2.md (moism… · symfony/symfony@13059f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13059f6

Browse files
committed
minor #48413 [SecurityBundle] Fix class name in UPGRADE-6.2.md (moismailzai)
This PR was merged into the 6.3 branch. Discussion ---------- [SecurityBundle] Fix class name in UPGRADE-6.2.md edit incorrect class name | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This just fixes a typo in the updated class's fully qualified name. Commits ------- 24b7cde Update UPGRADE-6.2.md
2 parents 129e2d4 + 24b7cde commit 13059f6

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