Skip to content

Commit 7f45384

Browse files
committed
Update to version v1.4.1
1 parent c47870f commit 7f45384

File tree

9 files changed

+98
-4306
lines changed

9 files changed

+98
-4306
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.1] - 2022-01-05
8+
9+
### Changed
10+
- Bug Fix for issue [47](https://github.com/aws-solutions/aws-security-hub-automated-response-and-remediation/issues/47)
11+
- Bug Fix for issue [48](https://github.com/aws-solutions/aws-security-hub-automated-response-and-remediation/issues/48)
12+
13+
714
## [1.4.0] - 2021-12-13
815

916
### Changed

source/lib/sharrplaybook-construct.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ export class PlaybookPrimaryStack extends cdk.Stack {
8282
if (props.securityStandard === 'CIS' && props.securityStandardVersion === '1.2.0') {
8383
// CIS 1.2.0 uses an arn-like format: arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0/rule/1.3
8484
generatorId = `arn:${stack.partition}:securityhub:::ruleset/${props.securityStandardLongName}/v/${props.securityStandardVersion}/${controlSpec.control}`
85-
} else {
85+
}
86+
else {
8687
generatorId = `${props.securityStandardLongName}/v/${props.securityStandardVersion}/${controlSpec.control}`
8788
}
8889
new Trigger(stack, `${props.securityStandard} ${controlSpec.control}`, {

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-security-hub-automated-response-and-remediation",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Automated remediation for AWS Security Hub (SO0111)",
55
"bin": {
66
"solution_deploy": "bin/solution_deploy.js"

source/playbooks/AFSBP/cdk.out/AFSBPMemberStack.template.json

Lines changed: 0 additions & 2177 deletions
This file was deleted.

0 commit comments

Comments
 (0)