It can be used to send a string in the form of the name to an email
address.
Details
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rK0c0238dc7be2: Avoid including the name in the signup verification email as potential exploit…
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| src/tests/Unit/Mail/SignupVerificationTest.php | ||
|---|---|---|
| 38 | I think strpos() will return 0 here. I suppose we should just use assertStringContainsString(). | |