AWS securityhub: Correct double slash in BatchImportFindings and BatchUpdateFindings URLs
Summary
Fixed URL formatting by removing extra double slashes in BatchImportFindings and BatchUpdateFindings operation links.
Security assessment
The change resolves broken links without modifying security content or addressing vulnerabilities.
Evidence
+ * A finding provider can use the [BatchImportFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html) operation of the Security Hub CSPM API to update general information about the finding. Finding providers can only update findings that they created.
Diff
diff --git a/securityhub/latest/userguide/securityhub-findings.md b/securityhub/latest/userguide/securityhub-findings.md index 0d864e080..df762f07b 100644 --- a//securityhub/latest/userguide/securityhub-findings.md +++ b//securityhub/latest/userguide/securityhub-findings.md @@ -26 +26 @@ After a finding is created, it can be updated as follows: - * A finding provider can use the [BatchImportFindings](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchImportFindings.html) operation of the Security Hub CSPM API to update general information about the finding. Finding providers can only update findings that they created. + * A finding provider can use the [BatchImportFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html) operation of the Security Hub CSPM API to update general information about the finding. Finding providers can only update findings that they created. @@ -28 +28 @@ After a finding is created, it can be updated as follows: - * A customer can use the Security Hub CSPM console or the [BatchUpdateFindings](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchUpdateFindings.html) operation of the Security Hub CSPM API to update the status of the investigation into the finding. The `BatchUpdateFindings` operation can also be used by a SIEM, ticketing, incident management, SOAR, or other type of tool on behalf of a customer. + * A customer can use the Security Hub CSPM console or the [BatchUpdateFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html) operation of the Security Hub CSPM API to update the status of the investigation into the finding. The `BatchUpdateFindings` operation can also be used by a SIEM, ticketing, incident management, SOAR, or other type of tool on behalf of a customer.