From f78f6b18e49b890a269dd77b7fb759df4a6d637b Mon Sep 17 00:00:00 2001 From: brandysnaps Date: Wed, 22 Sep 2021 14:17:21 +1200 Subject: [PATCH] Update docs for AWS.LambdaFunction.Logging.Low.0472 policy --- docs/policies/aws.md | 2 +- .../AWS.LambdaFunction.Logging.Low.0472.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/policies/aws.md b/docs/policies/aws.md index 99778f119..4a41fe732 100644 --- a/docs/policies/aws.md +++ b/docs/policies/aws.md @@ -354,7 +354,7 @@ ### aws_lambda_function | Category | Resource | Severity | Description | Reference ID | | -------- | -------- | -------- | ----------- | ------------ | -| Logging | LambdaFunction | Low | Lambda function doesn't not include a VPC configuration. | AWS.LambdaFunction.Logging.0472 | +| Logging | LambdaFunction | Low | Lambda function does not include a VPC configuration. | AWS.LambdaFunction.Logging.0472 | | Logging | LambdaFunction | LOW | Lambda tracing is not enabled. | AWS.LambdaFunction.Logging.0470 | | Encryption and Key Management | LambdaFunction | High | Lambda does not use KMS CMK key to protect environment variables. | AWS.LambdaFunction.EncryptionandKeyManagement.0471 | diff --git a/pkg/policies/opa/rego/aws/aws_lambda_function/AWS.LambdaFunction.Logging.Low.0472.json b/pkg/policies/opa/rego/aws/aws_lambda_function/AWS.LambdaFunction.Logging.Low.0472.json index e64ab3127..546c2d2ef 100644 --- a/pkg/policies/opa/rego/aws/aws_lambda_function/AWS.LambdaFunction.Logging.Low.0472.json +++ b/pkg/policies/opa/rego/aws/aws_lambda_function/AWS.LambdaFunction.Logging.Low.0472.json @@ -7,7 +7,7 @@ "prefix": "" }, "severity": "Low", - "description": "Lambda function doesn't not include a VPC configuration.", + "description": "Lambda function does not include a VPC configuration.", "reference_id": "AWS.LambdaFunction.Logging.0472", "category": "Infrastructure Security", "id": "AC_AWS_0486",