File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/04-design/02-web-app-checklist Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ and use the list below as suggestions for a checklist that has been tailored for
31
31
12 . Utilize authentication for connections to external systems that involve sensitive information or functions
32
32
13 . Authentication credentials for accessing services external to the application should be stored in a secure store
33
33
14 . Use only HTTP POST requests to transmit authentication credentials
34
- 15 . Only send non-temporary passwords over an encrypted connection or as encrypted data
34
+ 15 . Always send non-temporary passwords over an encrypted connection or as encrypted data
35
35
16 . Enforce password complexity and length requirements established by policy or regulation
36
36
17 . Enforce account disabling after an established number of invalid login attempts
37
37
18 . Password reset and changing operations require the same level of controls as account creation and authentication
You can’t perform that action at this time.
0 commit comments