Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Commit 0741765

Browse files
authored
Merge pull request #270 from nccgroup/issue_258
Fix for issue #258.
2 parents 61ccf7e + 515a26c commit 0741765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AWSScout2/rules/data/findings/ses-identity-dkim-not-enabled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "DKIM not enabled",
3-
"rationale": "",
3+
"rationale": "DKIM signing is not enabled for emails sent from the identity.",
44
"path": "ses.regions.id.identities.id",
55
"dashboard_name": "Identities",
66
"conditions": [ "and",

AWSScout2/rules/data/findings/ses-identity-dkim-not-verified.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"description": "DKIM not enabled",
3-
"rationale": "",
2+
"description": "DKIM not verified",
3+
"rationale": "Amazon SES has not verified the DKIM DNS records (tokens) published in the domain name's DNS.",
44
"path": "ses.regions.id.identities.id",
55
"dashboard_name": "Identities",
66
"conditions": [ "and",

0 commit comments

Comments
 (0)