Skip to content

Commit fb90f40

Browse files
authored
Merge pull request #335 from aws-solutions/feature/v2.4.2
Update to version v2.4.2
2 parents 9eb915d + 84a52df commit fb90f40

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

deployment/ecr/clo-s3-list-objects/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
WORKDIR /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

1919
WORKDIR /ws
2020

source/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)