Skip to content

Commit e55ac94

Browse files
committed
fix: merge main and update dependabot resolutions
- Merge 7 commits from main including E2E stability fixes and Node 22 compat - Bump axios ^1.13.5 -> ^1.15.0 (SSRF + header injection CVEs) - Bump basic-ftp ^5.2.0 -> ^5.2.2 (CRLF injection CVEs) - Bump lodash ^4.17.23 -> ^4.18.1 (code injection + prototype pollution) - Bump lodash-es ^4.17.23 -> ^4.18.1 (code injection + prototype pollution) - Add handlebars ^4.7.9 resolution (JS injection + DoS CVEs) - Add @xmldom/xmldom ^0.9.9 resolution (XML injection CVE) - Add path-to-regexp ^0.1.13 resolution (ReDoS CVE) - Add brace-expansion ^1.1.13 resolution (DoS CVE)
2 parents 4b86212 + c756f3f commit e55ac94

34 files changed

Lines changed: 2018 additions & 331 deletions

File tree

codebuild_specs/amplify_ddb_canary.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,6 @@ batch:
140140
CANARY_METRIC_NAME: AmplifyDynamoDbModelDataSourceStrategySuccessRate
141141
depend-on:
142142
- publish_to_local_registry
143-
- identifier: amplify_ddb_canary_me_south_1
144-
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
145-
env:
146-
variables:
147-
TEST_SUITE: src/__tests__/amplify-ddb-canary.test.ts
148-
CLI_REGION: me-south-1
149-
CANARY_METRIC_NAME: AmplifyDynamoDbModelDataSourceStrategySuccessRate
150-
depend-on:
151-
- publish_to_local_registry
152143
- identifier: amplify_ddb_canary_sa_east_1
153144
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
154145
env:

codebuild_specs/createapi_canary_workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,6 @@ batch:
191191
CLI_REGION: eu-west-3
192192
depend-on:
193193
- publish_to_local_registry
194-
- identifier: api_test_me_south_1
195-
buildspec: codebuild_specs/run_canary_e2e_tests.yml
196-
env:
197-
compute-type: BUILD_GENERAL1_MEDIUM
198-
variables:
199-
TEST_SUITE: >-
200-
src/__tests__/api_canary.test.ts
201-
CLI_REGION: me-south-1
202-
depend-on:
203-
- publish_to_local_registry
204194
- identifier: api_test_sa_east_1
205195
buildspec: codebuild_specs/run_canary_e2e_tests.yml
206196
env:

codebuild_specs/default_ddb_canary.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,6 @@ batch:
140140
CANARY_METRIC_NAME: DefaultDynamoDbModelDataSourceStrategySuccessRate
141141
depend-on:
142142
- publish_to_local_registry
143-
- identifier: default_ddb_canary_me_south_1
144-
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
145-
env:
146-
variables:
147-
TEST_SUITE: src/__tests__/default-ddb-canary.test.ts
148-
CLI_REGION: me-south-1
149-
CANARY_METRIC_NAME: DefaultDynamoDbModelDataSourceStrategySuccessRate
150-
depend-on:
151-
- publish_to_local_registry
152143
- identifier: default_ddb_canary_sa_east_1
153144
buildspec: codebuild_specs/run_cdk_canary_e2e_tests.yml
154145
env:

0 commit comments

Comments
 (0)