AWS securityhub: Fix URL double slash in GetFindingHistory documentation
Summary
Corrected a broken URL by removing an extra double slash in the GetFindingHistory operation link.
Security assessment
The change fixes a URL formatting error but does not address any security vulnerability or introduce security documentation.
Evidence
+To review finding history, use the [GetFindingHistory](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingHistory.html) operation. If you're using the AWS CLI, run the [get-finding-history](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-finding-history.html) command. Identify the finding that you want to get history for with the `ProductArn` and `Id` fields. For information about these fields, see [AwsSecurityFindingIdentifier](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingIdentifier.html). Each request can retrieve the history for only one finding.
Diff
diff --git a/securityhub/latest/userguide/securityhub-findings-viewing.md b/securityhub/latest/userguide/securityhub-findings-viewing.md index 98f47faed..8719777c7 100644 --- a//securityhub/latest/userguide/securityhub-findings-viewing.md +++ b//securityhub/latest/userguide/securityhub-findings-viewing.md @@ -120 +120 @@ For example, the following AWS CLI command retrieves the findings that match the -To review finding history, use the [GetFindingHistory](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_GetFindingHistory.html) operation. If you're using the AWS CLI, run the [get-finding-history](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-finding-history.html) command. Identify the finding that you want to get history for with the `ProductArn` and `Id` fields. For information about these fields, see [AwsSecurityFindingIdentifier](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingIdentifier.html). Each request can retrieve the history for only one finding. +To review finding history, use the [GetFindingHistory](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingHistory.html) operation. If you're using the AWS CLI, run the [get-finding-history](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-finding-history.html) command. Identify the finding that you want to get history for with the `ProductArn` and `Id` fields. For information about these fields, see [AwsSecurityFindingIdentifier](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingIdentifier.html). Each request can retrieve the history for only one finding.