File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
deployment/ecr/clo-s3-list-objects Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.4.2] - 2025-08-04
9
+
10
+ ### Security
11
+
12
+ - Updated AWS Lambda container base image to address libxml2 vulnerability [ CVE-2025 -49795] ( https://avd.aquasec.com/nvd/2025/cve-2025-49795/ )
13
+
8
14
## [ 2.4.1] - 2025-07-29
9
15
10
16
### Security
Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/lambda/python:3.12.2025.07.27.11 AS builder
1
+ FROM public.ecr.aws/lambda/python:3.12.2025.08.04.12 AS builder
2
2
3
3
WORKDIR /build
4
4
@@ -14,7 +14,7 @@ RUN python -m venv .venv && \
14
14
cd common-lib && \
15
15
poetry build
16
16
17
- FROM public.ecr.aws/lambda/python:3.12.2025.07.27.11
17
+ FROM public.ecr.aws/lambda/python:3.12.2025.08.04.12
18
18
19
19
WORKDIR /ws
20
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " centralized-logging-with-opensearch" ,
3
3
"description" : " Centralized logging with opensearch (SO8025)" ,
4
- "version" : " 2.4.1 " ,
4
+ "version" : " 2.4.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " Amazon Web Services" ,
You can’t perform that action at this time.
0 commit comments