Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update A09_2021-Security_Logging_and_Monitoring_Failures.md #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ detection, monitoring, and active response occurs any time:
- The application cannot detect, escalate, or alert for active attacks
in real-time or near real-time.

You are vulnerable to information leakage by making logging and alerting
- You are vulnerable to information leakage by making logging and alerting
events visible to a user or an attacker (see [A01:2021-Broken Access Control](A01_2021-Broken_Access_Control.md)).

- You are vulnerable to injections or
attacks on the logging or monitoring systems if log data is not correctly encoded.

## How to Prevent

Developers should implement some or all the following controls,
Expand Down