Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 38aa57c

Browse files
authored
Merge pull request #35 from gockle/main
Update node dependencies to resolve @babel/traverse CVE
2 parents 27d6c7d + aaf4cbf commit 38aa57c

File tree

10 files changed

+4932
-32200
lines changed

10 files changed

+4932
-32200
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
9+
## [2.0.8] - 2023-10-31
10+
11+
### Changed
12+
13+
- Update lambda timeout for custom resource PreReqManagerCR.
14+
15+
### Fixed
16+
17+
- Update node dependencies for security vulnerabilities.
18+
819
## [2.0.7] - 2023-08-10
920

1021
### Changed

deployment/cdk-solution-helper/package-lock.json

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

solution-manifest.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: SO0134 # Solution Id
3+
name: automations-for-aws-firewall-manager # trademarked name
4+
version: v2.0.8 # current version of the solution. Used to verify template headers
5+
regions: # List of supported regions per partition -or- `all` for all regions in partition
6+
commercial:
7+
- all # All the commercial regions; otherwise provide a list of regions
8+
govcloud:
9+
china:
10+
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
11+
- template: aws-fms-automations.template
12+
main_template: true
13+
- template: aws-fms-policy.template
14+
- template: aws-fms-prereq.template
15+
- template: aws-fms-compliance.template
16+
- template: aws-fms-demo.template
17+
build_environment:
18+
build_image: 'aws/codebuild/standard:7.0' # Options include: 'aws/codebuild/standard:5.0','aws/codebuild/standard:6.0','aws/codebuild/standard:7.0','aws/codebuild/amazonlinux2-x86_64-standard:4.0','aws/codebuild/amazonlinux2-x86_64-standard:5.0'

source/resources/lib/prereq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class PreReqStack extends Stack {
168168
),
169169
handler: "index.handler",
170170
memorySize: 256,
171-
timeout: Duration.seconds(60),
171+
timeout: Duration.seconds(300),
172172
environment: {
173173
METRICS_ENDPOINT: map.findInMap("Metric", "MetricsEndpoint"),
174174
SEND_METRIC: map.findInMap("Metric", "SendAnonymousMetric"),

source/resources/package-lock.json

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

source/services/complianceGenerator/package-lock.json

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

source/services/helper/package-lock.json

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

0 commit comments

Comments
 (0)