Skip to content

Commit 326fec7

Browse files
committed
Fixes: #132 improve grammer
1 parent 57d07a6 commit 326fec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/04-design/02-web-app-checklist/09-logging-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and use the list below as suggestions for a checklist that has been tailored for
1111
2. Log all apparent tampering events, that involve changes to data and state that should not be modifiable
1212
3. Log requests that violate server-side access control rules
1313
4. Encode and validate any dangerous characters before logging to prevent log injection attacks
14-
5. Do not log sensitive information, including unnecessary system details, session identifiers or passwords
14+
5. Do not log sensitive information such as unnecessary system details, session identifiers or passwords
1515
6. Logging controls should support both success and failure of specified security events
1616
7. Use a cryptographic hash function to validate log entry integrity
1717
8. Log attempts to authenticate with invalid or expired credentials

0 commit comments

Comments
 (0)