Skip to content

Commit

Permalink
Merge pull request #158 from aws-solutions/release_candidate/v2.6.3
Browse files Browse the repository at this point in the history
Update to version v2.6.3
  • Loading branch information
bassemwanis authored Sep 12, 2024
2 parents c343e9e + 9fd3aa1 commit fbbd8e2
Show file tree
Hide file tree
Showing 5 changed files with 33,582 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.6.3] - 2024-09-12

### Changed
- `Alpine` base image to be sourced from Amazon ECR.

### Security
- `micromatch` to mitigate [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
- `webpack` to mitigate [CVE-2024-43788](https://github.com/advisories/GHSA-4vvj-4cpr-p986)
- `path-to-regexp` to mitigate [CVE-2024-45296](https://github.com/advisories/GHSA-9wv6-86v2-598j)
- `serve-static` to mitigate [CVE-2024-43800](https://github.com/advisories/GHSA-cm22-4g7w-348p)
- `body-parser` to mitigate [CVE-2024-45590](https://github.com/advisories/GHSA-qwcr-r2fm-qrc7)
- `express` to mitigate [CVE-2024-43796](https://github.com/advisories/GHSA-qw6h-vgh9-j6wx)
- `send` to mitigate [CVE-2024-43799](https://github.com/advisories/GHSA-m6fv-jmcg-4jfg)

## [2.6.2] - 2024-08-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion source/constructs/ecr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM public.ecr.aws/docker/library/alpine:edge

RUN apk update \
&& apk add skopeo aws-cli-v2 jq
Expand Down
Loading

0 comments on commit fbbd8e2

Please sign in to comment.