Skip to content

Commit

Permalink
hide outdated section descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang committed Nov 26, 2023
1 parent a1b2c66 commit 1584d72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 5.0/en/0x15-V7-Error-Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ It is also important to ensure that the application fails securely and that erro

## V7.1 General Logging

<!--
Logging sensitive information is dangerous - the logs become classified themselves, which means they need to be encrypted, become subject to retention policies, and must be disclosed in security audits. Ensure only necessary information is kept in logs, and certainly no payment, credentials (including session tokens), sensitive or personally identifiable information.
V7.1 covers OWASP Top 10 2017:A10. As 2017:A10 and this section are not penetration testable, it's important for:
* Developers to ensure full compliance with this section, as if all items were marked as L1.
* Penetration testers to validate full compliance of all items in V7.1 via interview, screenshots, or assertion.
-->

| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
Expand All @@ -33,12 +35,14 @@ V7.1 covers OWASP Top 10 2017:A10. As 2017:A10 and this section are not penetrat

## V7.2 Security Events

<!--
Timely logging is critical for audit events, triage, and escalation. Ensure that the application's logs are clear and can be easily monitored and analyzed either locally or log shipped to a remote monitoring system.
V7.2 covers OWASP Top 10 2017:A10. As 2017:A10 and this section are not penetration testable, it's important for:
* Developers to ensure full compliance with this section, as if all items were marked as L1.
* Penetration testers to validate full compliance of all items in V7.2 via interview, screenshots, or assertion.
-->

| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
Expand Down

0 comments on commit 1584d72

Please sign in to comment.