Commit 7467bd7
committed
security #cve-2023-46733 [Security] Fix possible session fixation when only the *token* changes (RobertMe)
This PR was merged into the 5.4 branch.File tree
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Security/Http
- EventListener
- Tests/EventListener
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
|
Collapse file
src/Symfony/Component/Security/Http/Tests/EventListener/SessionStrategyListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/EventListener/SessionStrategyListenerTest.php+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
81 | 82 | |
82 | 83 | |
83 | 84 | |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
84 | 105 | |
85 | 106 | |
86 | 107 | |
|
0 commit comments