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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
814## [ 2.4.1] - 2025-07-29
915
1016### 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
22
33WORKDIR /build
44
@@ -14,7 +14,7 @@ RUN python -m venv .venv && \
1414 cd common-lib && \
1515 poetry build
1616
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
1818
1919WORKDIR /ws
2020
Original file line number Diff line number Diff line change 11{
22 "name" : " centralized-logging-with-opensearch" ,
33 "description" : " Centralized logging with opensearch (SO8025)" ,
4- "version" : " 2.4.1 " ,
4+ "version" : " 2.4.2 " ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " Amazon Web Services" ,
You can’t perform that action at this time.
0 commit comments