Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3.2] - 2025-08-14

### Fixed

- Fix order for ECR.1 remediation in SC list

## [2.3.1] - 2025-08-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "automated_security_response_on_aws"
version = "2.3.1"
version = "2.3.2"

[tool.setuptools]
package-dir = {"" = "source"}
Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: SO0111
name: automated-security-response-on-aws
version: v2.3.1
version: v2.3.2
cloudformation_templates:
- template: automated-security-response-admin.template
main_template: true
Expand Down
4 changes: 2 additions & 2 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-security-hub-automated-response-and-remediation",
"version": "2.3.1",
"version": "2.3.2",
"description": "Automated remediation for AWS Security Hub (SO0111)",
"bin": {
"solution_deploy": "bin/solution_deploy.js"
Expand Down
2 changes: 1 addition & 1 deletion source/playbooks/SC/lib/sc_remediations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const remediations: IControl[] = [
{ control: 'EC2.19', versionAdded: '2.1.0' },
{ control: 'EC2.23', versionAdded: '2.1.0' },
{ control: 'ELB.1', versionAdded: '2.3.0' },
{ control: 'ECR.1', versionAdded: '2.1.0' },
{ control: 'ECR.1', versionAdded: '2.3.2' },
{ control: 'IAM.3', versionAdded: '2.1.0' },
{ control: 'IAM.7', versionAdded: '2.1.0' },
{ control: 'IAM.8', versionAdded: '2.1.0' },
Expand Down
2 changes: 1 addition & 1 deletion source/test/__snapshots__/solution_deploy.test.ts.snap

Large diffs are not rendered by default.