We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44aace commit c47b4adCopy full SHA for c47b4ad
security-checklist.md
@@ -18,7 +18,7 @@
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
- [ ] Destroy the logged in user's session everywhere after successful reset of password.
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)).
22
23
##### USER DATA & AUTHORIZATION
24
- [ ] 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