Skip to content

Commit f695c5f

Browse files
authored
Merge pull request #344 from aws-solutions/feature/v2.4.6
Update to version v2.4.6
2 parents 616cdeb + 4adbd7f commit f695c5f

File tree

32 files changed

+15348
-12552
lines changed

32 files changed

+15348
-12552
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.6] - 2025-12-15
9+
10+
### Security
11+
12+
- Updated node-forge package to address [CVE-2025-12816](https://avd.aquasec.com/nvd/2025/cve-2025-12816)
13+
- Updated express package to address [CVE-2024-51999](https://avd.aquasec.com/nvd/2024/cve-2024-51999)
14+
- Updated werkzeug package to address [CVE-2025-66221](https://avd.aquasec.com/nvd/2025/cve-2025-66221)
15+
- Updated urllib3 package to address [CVE-2025-66418](https://avd.aquasec.com/nvd/2025/cve-2025-66418) and [CVE-2025-66471](https://avd.aquasec.com/nvd/2025/cve-2025-66471)
16+
- Updated CloudFront HTTP Strict Transport Security max-age from 600 seconds to 47304000 seconds
17+
818
## [2.4.5] - 2025-11-20
919

1020
### Added

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.11.20.16 AS builder
1+
FROM public.ecr.aws/lambda/python:3.12.2025.12.05.08 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.11.20.16
17+
FROM public.ecr.aws/lambda/python:3.12.2025.12.05.08
1818

1919
WORKDIR /ws
2020

deployment/ecr/clo-s3-list-objects/poetry.lock

Lines changed: 622 additions & 501 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/alarm/poetry.lock

Lines changed: 629 additions & 508 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/app_log_ingestion/poetry.lock

Lines changed: 695 additions & 521 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/app_pipeline/poetry.lock

Lines changed: 635 additions & 514 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/cluster/poetry.lock

Lines changed: 631 additions & 510 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/cross_account/poetry.lock

Lines changed: 629 additions & 508 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/cwl/poetry.lock

Lines changed: 629 additions & 508 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/lambda/api/grafana/poetry.lock

Lines changed: 629 additions & 508 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)