AWS guardduty documentation change
Summary
Fixed duplicate phrase in notification explanation and corrected JSON key case from 'Finding_description' to 'Finding_Description'
Security assessment
Change fixes grammatical duplication and standardizes JSON key casing. No security vulnerabilities or features are addressed.
Diff
diff --git a/guardduty/latest/ug/guardduty_findings_eventbridge.md b/guardduty/latest/ug/guardduty_findings_eventbridge.md index fa0ed4116..407bf6a7e 100644 --- a//guardduty/latest/ug/guardduty_findings_eventbridge.md +++ b//guardduty/latest/ug/guardduty_findings_eventbridge.md @@ -39 +39 @@ This section explains how often you receive finding notifications through EventB -GuardDuty sends these notifications in near real-time when it generates a finding with a unique finding ID. The notification includes all subsequent occurrences of this subsequent occurrences of this finding ID during the notification generation process. +GuardDuty sends these notifications in near real-time when it generates a finding with a unique finding ID. The notification includes all subsequent occurrences of this finding ID during the notification generation process. @@ -322 +322 @@ On the **Select target(s)** page, do the following: - "Finding_description": "$.detail.description" + "Finding_Description": "$.detail.description" @@ -329 +329 @@ On the **Select target(s)** page, do the following: - "<Finding_description>. " + "<Finding_Description>. "