We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dadf8 commit 789847dCopy full SHA for 789847d
security-checklist.md
@@ -17,7 +17,7 @@
17
- [ ] Check for randomness of reset password token in the emailed link or SMS.
18
- [ ] Set an expiration on the reset password token for a reasonable period.
19
- [ ] Expire the reset token after it has been successfully used.
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)).
21
22
##### USER DATA & AUTHORIZATION
23
- [ ] 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