From cf25615bbac1bb0752ad291c129697ce9b5cae71 Mon Sep 17 00:00:00 2001 From: Tharik Kanaka Date: Mon, 14 Aug 2023 10:19:14 +0530 Subject: [PATCH 1/2] Remove a resolved CVE --- .trivyignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.trivyignore b/.trivyignore index 842d2f6dfa..63c4f72619 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,5 +1,2 @@ # False positive CVE-2020-7768 - -# To be fixed -CVE-2023-3635 From b12ed0c7b12fef5c6b9aad84ab5fca5eea151a2b Mon Sep 17 00:00:00 2001 From: praneesha Date: Mon, 14 Aug 2023 15:12:08 +0530 Subject: [PATCH 2/2] Update FaaS BBEs in master branch --- .../aws-lambda-dynamodb-trigger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md b/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md index aaa7ff48fc..5476a0687e 100644 --- a/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md +++ b/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md @@ -46,5 +46,5 @@ Follow the instructions below to create a DynamoDB table for invoking this funct 9. Click **Explore table items**, and click **Create items** under the **Items returned** section. 10. Enter a value under the **Attributes** section to add an entry to the DynamoDB table to invoke the Lambda function, and click **Create item**. 11. Click the **Monitor** tab of the Lambda function in the AWS Management Console, and click **View CloudWatch logs** to check the logs via CloudWatch. -12. Under **Log streams** in CloudWatch, click on the topmost stream in the list and verify the object name in the logs. -13. Go to the AWS Lambda function and check the logs via CloudWatch to see the object identifier in the logs. +11. Under **Log streams** in CloudWatch, click on the topmost stream in the list and verify the object name in the logs. +12. Go to the AWS Lambda function and check the logs via CloudWatch to see the object identifier in the logs.