Skip to content

Commit

Permalink
#1796 moved 1.7.1 to 7.1.7 + modified to accept log readers
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang committed Feb 5, 2024
1 parent ced157c commit ad29053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x10-V1-Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Architectural requirements are intrinsic to the entire code base, and thus diffi

| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
| **1.7.1** | Verify that a common logging format and approach is used across the system. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) | | || 1009 |
| **1.7.1** | [MOVED TO 7.1.7] | | | | |
| **1.7.2** | [MOVED TO 7.3.5] | | | | |
| **1.7.3** | [ADDED] Verify that an inventory exists documenting the logging performed at each layer of the application's technology stack, what events are being logged, log formats, where that logging is stored, how it is used, how access to it is controlled and how long logs are kept for. | ||| 778 |

Expand Down
1 change: 1 addition & 0 deletions 5.0/en/0x15-V7-Error-Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ V7.1 covers OWASP Top 10 2017:A10. As 2017:A10 and this section are not penetrat
| **7.1.4** | [MODIFIED] Verify that each log entry includes necessary metadata that would allow for a detailed investigation of the timeline when an event happens. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) | ||| 778 |
| **7.1.5** | [MOVED FROM 7.3.4] Verify that time sources are synchronized to the correct time and time zone. Strongly consider logging only in UTC if systems are global to assist with post-incident forensic analysis. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) | ||| |
| **7.1.6** | [ADDED] Verify that the application only stores or broadcasts logs to the files and services that are documented in the log inventory. | ||| |
| **7.1.7** | [MODIFIED, MOVED FROM 1.7.1] Verify that logs are readable and correlatable for the used log reader, preferably by using a common logging format. ([C9](https://owasp.org/www-project-proactive-controls/#div-numbering)) | ||| |

## V7.2 Security Events

Expand Down

0 comments on commit ad29053

Please sign in to comment.