AWS securityhub: Fix EnableSecurityHub API URL formatting
Summary
Removed an extra double slash in the EnableSecurityHub operation URL.
Security assessment
This correction ensures URL functionality but has no security impact.
Evidence
+Invoke the [`EnableSecurityHub`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableSecurityHub.html) API. When you enable Security Hub CSPM from the API, it automatically enables the following default security standards:
Diff
diff --git a/securityhub/latest/userguide/securityhub-settingup.md b/securityhub/latest/userguide/securityhub-settingup.md index b6e95b823..2d4b10e5e 100644 --- a//securityhub/latest/userguide/securityhub-settingup.md +++ b//securityhub/latest/userguide/securityhub-settingup.md @@ -114 +114 @@ Security Hub CSPM API -Invoke the [`EnableSecurityHub`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_EnableSecurityHub.html) API. When you enable Security Hub CSPM from the API, it automatically enables the following default security standards: +Invoke the [`EnableSecurityHub`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableSecurityHub.html) API. When you enable Security Hub CSPM from the API, it automatically enables the following default security standards: