Skip to content

Commit 789847d

Browse files
committed
prevent username enumeration
1 parent a7dadf8 commit 789847d

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
@@ -17,7 +17,7 @@
1717
- [ ] Check for randomness of reset password token in the emailed link or SMS.
1818
- [ ] Set an expiration on the reset password token for a reasonable period.
1919
- [ ] Expire the reset token after it has been successfully used.
20-
20+
- [ ] 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)).
2121

2222
##### USER DATA & AUTHORIZATION
2323
- [ ] 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)