mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix(apigatewayv2): correct apigatewayv2_access_logging_enabled check title (#1769)
Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
+2
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user