-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: reload session entities in case of modification (#17819)
* Fix: reload session entities in case of modification * cedric * shouldReloadActiveEntities * Apply suggestions from code review Co-authored-by: Cédric Anne <cedric.anne@gmail.com> * array_key_exists --------- Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
- Loading branch information
1 parent
ce5a5dd
commit a7d2e12
Showing
3 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a7d2e12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rom1-B @cedric-anne This fix won't stop CVE-2024-50339 (Unauthenticated session hijacking).