From 54429695fdca2e6ed7cc0460dd6b31b851dab888 Mon Sep 17 00:00:00 2001 From: EBell Date: Sun, 15 Feb 2026 14:19:59 -0600 Subject: [PATCH] Fix typo in backup wording in security logging document Improperly merges the verb and particle, violating standard English phrasal verb conjugation rules. --- 2025/docs/en/A09_2025-Security_Logging_and_Alerting_Failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025/docs/en/A09_2025-Security_Logging_and_Alerting_Failures.md b/2025/docs/en/A09_2025-Security_Logging_and_Alerting_Failures.md index 630f0fb74..9785f9e90 100644 --- a/2025/docs/en/A09_2025-Security_Logging_and_Alerting_Failures.md +++ b/2025/docs/en/A09_2025-Security_Logging_and_Alerting_Failures.md @@ -63,7 +63,7 @@ Without logging and monitoring, attacks and breaches cannot be detected, and wit * Warnings and errors generate no, inadequate, or unclear log messages. * The integrity of logs is not properly protected from tampering. * Logs of applications and APIs are not monitored for suspicious activity. -* Logs are only stored locally, and not properly backedup. +* Logs are only stored locally, and not properly backed up. * Appropriate alerting thresholds and response escalation processes are not in place or effective. Alerts are not received or reviewed within a reasonable amount of time. * Penetration testing and scans by dynamic application security testing (DAST) tools (such as Burp or ZAP) do not trigger alerts. * The application cannot detect, escalate, or alert for active attacks in real-time or near real-time.