Commit 1ff83e0
committed
bug symfony#61614 [SecurityBundle] Prevent accessing the tracked token storage when collecting data (MatTheCat)
This PR was merged into the 6.4 branch.
Discussion
----------
[SecurityBundle] Prevent accessing the tracked token storage when collecting data
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#61525
| License | MIT
Commits
-------
a27ba98 [SecurityBundle] Prevent accessing the tracked token storage when collecting dataFile tree
1 file changed
+6
-4
lines changed- src/Symfony/Bundle/SecurityBundle/DataCollector
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
0 commit comments