AWS awssupport documentation change
Summary
Added notes clarifying resource reporting behavior for multiple security checks (e.g., SPF records, SSL/TLS certificates, security groups)
Security assessment
Enhances clarity of existing security check documentation by explaining how flagged resources are reported. This improves usability but does not introduce new security features or address vulnerabilities.
Diff
diff --git a/awssupport/latest/user/security-checks.md b/awssupport/latest/user/security-checks.md index 42a78c216..cfeaa4b7c 100644 --- a//awssupport/latest/user/security-checks.md +++ b//awssupport/latest/user/security-checks.md @@ -913,0 +914,4 @@ For each MX record, checks for an associated TXT record that contains a valid SP +###### Note + +This check reports the resources that are flagged by the criteria and the total number of resources evaluated, including `OK` resources. The resources table lists only the flagged resources. + @@ -1430,0 +1435,4 @@ A certificate must contain a domain name that matches either the Origin Domain N +###### Note + +This check reports the resources that are flagged by the criteria and the total number of resources evaluated, including `OK` resources. The resources table lists only the flagged resources. + @@ -1494,0 +1503,4 @@ Certificates that were encrypted by using the SHA-1 hashing algorithm are being +###### Note + +This check reports the resources that are flagged by the criteria and the total number of resources evaluated, including `OK` resources. The resources table lists only the flagged resources. + @@ -2083,0 +2096,4 @@ This check only evaluates security groups that you create and their inbound rule +###### Note + +This check reports the resources that are flagged by the criteria and the total number of resources evaluated, including `OK` resources. The resources table lists only the flagged resources. + @@ -2162,0 +2179,4 @@ This check evaluates only security groups that you create and their inbound rule +###### Note + +This check reports the resources that are flagged by the criteria and the total number of resources evaluated, including `OK` resources. The resources table lists only the flagged resources. +