Commit ef31047
committed
minor #7326 [Security] Warn for implementing
This PR was merged into the 2.7 branch.
Discussion
----------
[Security] Warn for implementing `eraseCredentials`
... as implementing `eraseCredentials` on a Doctrine entity will be flushed. Setting `password` to `null` will actually be saved at every login attempt.
This might also could be a warning with the `UserInterface` docblock directly (?)
Commits
-------
50305ff Update caution about eraseCredentials
1eed188 Minor reword
bee0cba Warn for implementing `eraseCredentials`eraseCredentials (rvanlaak, javiereguiluz)1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
172 | 179 | | |
173 | 180 | | |
174 | 181 | | |
| |||
0 commit comments