AWS Security ChangesHomeSearch

AWS securityhub: Fix DescribeStandards URL double slash

Service: securityhub · 2026-08-19 · Documentation low

File: securityhub/latest/userguide/securityhub-standards-control-details.md

Summary

Corrected the DescribeStandards operation URL by removing an extra double slash.

Security assessment

The change fixes a broken link without modifying security controls or practices.

Evidence

+  1. Run `[`ListSecurityControlDefinitions`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html)`, and provide one or more standard ARNs to get a list of control IDs for that standard. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html). If you don't provide a standard ARN, this API returns all Security Hub CSPM control IDs. This API returns standard-agnostic security control IDs, not the standard-based control IDs that existed prior to these feature releases.

Diff

diff --git a/securityhub/latest/userguide/securityhub-standards-control-details.md b/securityhub/latest/userguide/securityhub-standards-control-details.md
index dfc24b8f7..b568e8b63 100644
--- a//securityhub/latest/userguide/securityhub-standards-control-details.md
+++ b//securityhub/latest/userguide/securityhub-standards-control-details.md
@@ -65 +65 @@ Security Hub CSPM API
-  1. Run `[`ListSecurityControlDefinitions`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html)`, and provide one or more standard ARNs to get a list of control IDs for that standard. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeStandards.html). If you don't provide a standard ARN, this API returns all Security Hub CSPM control IDs. This API returns standard-agnostic security control IDs, not the standard-based control IDs that existed prior to these feature releases.
+  1. Run `[`ListSecurityControlDefinitions`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html)`, and provide one or more standard ARNs to get a list of control IDs for that standard. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html). If you don't provide a standard ARN, this API returns all Security Hub CSPM control IDs. This API returns standard-agnostic security control IDs, not the standard-based control IDs that existed prior to these feature releases.