AWS ses high security documentation change
Summary
Redacted example email addresses and message content in CloudTrail log examples with 'HIDDEN_DUE_TO_SECURITY_REASONS'
Security assessment
Explicitly hides sensitive data in documentation examples to prevent accidental exposure of PII/credentials. Direct security improvement through data redaction.
Diff
diff --git a/ses/latest/dg/logging-using-cloudtrail.md b/ses/latest/dg/logging-using-cloudtrail.md index 1f3efb6be..278e765a5 100644 --- a//ses/latest/dg/logging-using-cloudtrail.md +++ b//ses/latest/dg/logging-using-cloudtrail.md @@ -247,3 +247,3 @@ The following examples demonstrate CloudTrail logs of these event types: - "bccAddresses": ["[email protected]"], - "toAddresses": ["[email protected]"], - "ccAddresses": ["[email protected]"] + "bccAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"], + "toAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"], + "ccAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"] @@ -254 +254 @@ The following examples demonstrate CloudTrail logs of these event types: - "data": "Example subject" + "data": "HIDDEN_DUE_TO_SECURITY_REASONS" @@ -259 +259 @@ The following examples demonstrate CloudTrail logs of these event types: - "data": "Example body html" + "data": "HIDDEN_DUE_TO_SECURITY_REASONS" @@ -263 +263 @@ The following examples demonstrate CloudTrail logs of these event types: - "data": "Example body text" + "data": "HIDDEN_DUE_TO_SECURITY_REASONS" @@ -325,3 +325,3 @@ The following examples demonstrate CloudTrail logs of these event types: - "toAddresses": ["[email protected]"], - "bccAddresses": ["[email protected]"], - "ccAddresses": ["[email protected]"] + "toAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"], + "bccAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"], + "ccAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"] @@ -336 +336 @@ The following examples demonstrate CloudTrail logs of these event types: - "replyToAddresses": ["[email protected]"], + "replyToAddresses": ["HIDDEN_DUE_TO_SECURITY_REASONS"], @@ -339 +339 @@ The following examples demonstrate CloudTrail logs of these event types: - "templateData": "Example template data", + "templateData": "HIDDEN_DUE_TO_SECURITY_REASONS",