Skip to content

Commit c47b4ad

Browse files
authored
prevent username enumeration
1 parent d44aace commit c47b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [ ] Set an expiration on the reset password token for a reasonable period.
1919
- [ ] Expire the reset token after it has been successfully used.
2020
- [ ] Destroy the logged in user's session everywhere after successful reset of password.
21-
21+
- [ ] Ensure that login and password reset pages prevent [enumeration attacks](https://www.owasp.org/index.php/Testing_for_User_Enumeration_and_Guessable_User_Account_(OWASP-AT-002)).
2222

2323
##### USER DATA & AUTHORIZATION
2424
- [ ] Any resource access like, `my cart`, `my history` should check the logged in user's ownership of the resource using session id.

0 commit comments

Comments
 (0)