Skip to content

Commit 9461a34

Browse files
committed
update to v2.3.7
1 parent 898d6f1 commit 9461a34

39 files changed

+15065
-26382
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 are documented in this file.
55
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.3.7] - 2025-11-25
9+
10+
### Fixed
11+
12+
- Security [issue](https://github.com/advisories/GHSA-5j98-mcp5-4vw2) in `glob`.
13+
814
## [2.3.6] - 2025-11-10
915

1016
### Removed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Workload Discovery on AWS (v2.3.6)
1+
# Workload Discovery on AWS (v2.3.7)
22

33
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
44
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.

source/backend/discovery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:b76468bead480cc76add79ba5bd84b58c6d9b460add0b297b36ea9315c569ee4
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:181f434838407aabfc38239fd542561be523c194dbe2cf000ff04730d391a6f4
22

33
RUN dnf install -y shadow-utils
44

0 commit comments

Comments
 (0)