AWS Security ChangesHomeSearch

AWS securityhub documentation change

Service: securityhub · 2025-11-22 · Documentation low

File: securityhub/latest/userguide/securityhub-custom-providers.md

Summary

Updated API documentation links by adding an extra slash in URLs

Security assessment

The changes are purely URL formatting corrections (adding double slashes in API reference links). No security-related content or vulnerability fixes were introduced.

Diff

diff --git a/securityhub/latest/userguide/securityhub-custom-providers.md b/securityhub/latest/userguide/securityhub-custom-providers.md
index 251394add..6993437b4 100644
--- a//securityhub/latest/userguide/securityhub-custom-providers.md
+++ b//securityhub/latest/userguide/securityhub-custom-providers.md
@@ -11 +11 @@ In addition to findings generated by integrated AWS services and third-party pro
-You can send these findings to Security Hub CSPM by using the [BatchImportFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html) operation of the Security Hub CSPM API. You can use the same operation to update findings from custom products that you already sent to Security Hub CSPM.
+You can send these findings to Security Hub CSPM by using the [BatchImportFindings](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchImportFindings.html) operation of the Security Hub CSPM API. You can use the same operation to update findings from custom products that you already sent to Security Hub CSPM.
@@ -17 +17 @@ When setting up the custom integration, use the [guidelines and checklists](http
-Before you can successfully invoke the [`BatchImportFindings`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html) API operation, you must enable Security Hub CSPM.
+Before you can successfully invoke the [`BatchImportFindings`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchImportFindings.html) API operation, you must enable Security Hub CSPM.
@@ -28 +28 @@ This product ARN has the following format: `arn:aws:securityhub:`<region>`:`<acc
-Use this product ARN as the value for the [`ProductArn`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-ProductArn) attribute when invoking the `BatchImportFindings` API operation.
+Use this product ARN as the value for the [`ProductArn`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-ProductArn) attribute when invoking the `BatchImportFindings` API operation.
@@ -40 +40 @@ Your specified names replace the preconfigured company name and product name, ca
-You must supply, manage, and increment your own finding IDs, using the [`Id`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-Id) attribute.
+You must supply, manage, and increment your own finding IDs, using the [`Id`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-Id) attribute.
@@ -47 +47 @@ Each new finding should have a unique finding ID. If the custom product sends mu
-You must specify your own account ID, using the [`AwsAccountId`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-AwsAccountId) attribute.
+You must specify your own account ID, using the [`AwsAccountId`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-AwsAccountId) attribute.
@@ -52 +52 @@ You must specify your own account ID, using the [`AwsAccountId`](https://docs.aw
-You must supply your own timestamps for the [`CreatedAt`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-CreatedAt) and [`UpdatedAt`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-UpdatedAt) attributes.
+You must supply your own timestamps for the [`CreatedAt`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-CreatedAt) and [`UpdatedAt`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-UpdatedAt) attributes.
@@ -56 +56 @@ You must supply your own timestamps for the [`CreatedAt`](https://docs.aws.amazo
-In addition to sending new findings from custom products, you can also use the [`BatchImportFindings`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html) API operation to update existing findings from custom products.
+In addition to sending new findings from custom products, you can also use the [`BatchImportFindings`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchImportFindings.html) API operation to update existing findings from custom products.
@@ -58 +58 @@ In addition to sending new findings from custom products, you can also use the [
-To update existing findings, use the existing finding ID (via the [`Id`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-Id) attribute). Resend the full finding with the appropriate information updated in the request, including a modified [`UpdatedAt`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-UpdatedAt) timestamp.
+To update existing findings, use the existing finding ID (via the [`Id`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-Id) attribute). Resend the full finding with the appropriate information updated in the request, including a modified [`UpdatedAt`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_AwsSecurityFinding.html#securityhub-Type-AwsSecurityFinding-UpdatedAt) timestamp.