Skip to content

Update CDK dependencies#650

Merged
sebsto merged 1 commit intomainfrom
sebsto/security-cdk
Feb 24, 2026
Merged

Update CDK dependencies#650
sebsto merged 1 commit intomainfrom
sebsto/security-cdk

Conversation

@sebsto
Copy link
Collaborator

@sebsto sebsto commented Feb 24, 2026

Issue #

Fixes Dependabot alert #11 (minimatch ReDoS) and Dependabot alert #12 (ajv ReDoS).

Description of changes

Upgrades CDK dependencies in Examples/CDK/infra/ to resolve two ReDoS vulnerabilities in bundled transitive dependencies:

  • aws-cdk: 2.1003.02.1015.0
  • aws-cdk-lib: ^2.189.1^2.215.0 (resolves to 2.240.0)

The new aws-cdk-lib bundles minimatch@^10.2.1 (was 3.1.2) and ajv@8.18.0 (was 8.17.1), which address the reported vulnerabilities. npm audit now reports 0 vulnerabilities.

New/existing dependencies impact assessment, if applicable

No new dependencies were added. Existing dependencies aws-cdk and aws-cdk-lib were updated to their latest versions. package-lock.json was regenerated.

Conventional Commits

fix: upgrade CDK dependencies to resolve minimatch and ajv ReDoS vulnerabilities

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sebsto sebsto self-assigned this Feb 24, 2026
@sebsto sebsto added the semver/none No version bump required. label Feb 24, 2026
@sebsto sebsto merged commit f86f4e2 into main Feb 24, 2026
51 checks passed
@sebsto sebsto deleted the sebsto/security-cdk branch February 24, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant