From 3d13f4bb9b33ee57635150a783561e9dba6dd8ff Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:56:28 +0100 Subject: [PATCH] fix(apigatewayv2): correct apigatewayv2_access_logging_enabled check title (#1769) Co-authored-by: sergargar --- .../apigatewayv2_access_logging_enabled.metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/providers/aws/services/apigatewayv2/apigatewayv2_access_logging_enabled/apigatewayv2_access_logging_enabled.metadata.json b/prowler/providers/aws/services/apigatewayv2/apigatewayv2_access_logging_enabled/apigatewayv2_access_logging_enabled.metadata.json index ffa7dfbfe1..f9477ce69d 100644 --- a/prowler/providers/aws/services/apigatewayv2/apigatewayv2_access_logging_enabled/apigatewayv2_access_logging_enabled.metadata.json +++ b/prowler/providers/aws/services/apigatewayv2/apigatewayv2_access_logging_enabled/apigatewayv2_access_logging_enabled.metadata.json @@ -1,7 +1,7 @@ { "Provider": "aws", "CheckID": "apigatewayv2_access_logging_enabled", - "CheckTitle": "Check if API Gateway V2 has configured authorizers.", + "CheckTitle": "Ensure API Gateway V2 has Access Logging enabled.", "CheckType": [ "IAM" ], @@ -10,7 +10,7 @@ "ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id", "Severity": "medium", "ResourceType": "AwsApiGatewayV2Api", - "Description": "Check if API Gateway V2 has configured authorizers.", + "Description": "Ensure API Gateway V2 has Access Logging enabled.", "Risk": "If no authorizer is enabled anyone can use the service.", "RelatedUrl": "", "Remediation": {