AWS securityhub medium security documentation change
Summary
Corrected a typo in the AWS RDS DB cluster snapshot field name in ASFF documentation.
Security assessment
Fixes a critical typo ('Snaphot' to 'Snapshot') in a security findings field name. Incorrect field names could lead to misreported or unprocessed security findings, impacting visibility into RDS cluster security posture.
Diff
diff --git a/securityhub/latest/userguide/asff-resourcedetails-awsrds.md b/securityhub/latest/userguide/asff-resourcedetails-awsrds.md index f58d5aecb..d0581d806 100644 --- a//securityhub/latest/userguide/asff-resourcedetails-awsrds.md +++ b//securityhub/latest/userguide/asff-resourcedetails-awsrds.md @@ -100 +100 @@ The following example shows the AWS Security Finding Format (ASFF) for the `AwsR - "AwsRdsDbClusterSnaphot": { + "AwsRdsDbClusterSnapshot": {