Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13059f6

Browse filesBrowse 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
Copy full SHA for 13059f6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎UPGRADE-6.2.md

Copy file name to clipboardExpand all lines: UPGRADE-6.2.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.