Skip to content

fix(security): bump aws-cdk-lib 2.257.0 -> 2.260.0 (dependabot #224) - #760

Open
bobbor wants to merge 1 commit into
mainfrom
phandpau/fix/sec-dependabot-224
Open

fix(security): bump aws-cdk-lib 2.257.0 -> 2.260.0 (dependabot #224)#760
bobbor wants to merge 1 commit into
mainfrom
phandpau/fix/sec-dependabot-224

Conversation

@bobbor

@bobbor bobbor commented Jul 24, 2026

Copy link
Copy Markdown
Member

Security fix

Resolves dependabot alert #224 (high severity): https://github.com/aws-amplify/amplify-data/security/dependabot/224

Finding: aws-cdk-lib — OS Command Injection in NodejsFunction Docker Bundling (GHSA-vcrf-j523-4mrf / CVE-2026-13760, CVSS 7.3). Vulnerable range < 2.260.0; first patched version 2.260.0.

Changes

  • Bumped aws-cdk-lib from the exact pin 2.257.0 to 2.260.0 in all five e2e-test workspace package.json files that declare it (exports-test, node, sandbox, vite, webpack — devDependencies only).
  • Regenerated the root yarn.lock: the lockfile now contains only aws-cdk-lib@npm:2.260.0; no entry in the vulnerable range remains. Lockfile changes are scoped to aws-cdk-lib and its transitives.
  • Added an empty changeset (.changeset/little-areas-grow.md) to satisfy the check-changeset CI gate (matching repo precedent from fix(deps): remediate 15 open Dependabot security alerts #749) — no published package is affected.

No source-code changes; dependency-only bump in e2e-test workspaces.

Verification

  • yarn install --immutable passes
  • yarn changeset status --since origin/main exits 0
  • Project CI scripts pass locally

Supersedes dependabot PR #758 (which bumps only exports-test/package.json without updating yarn.lock and has a failing prebuild check).

Resolves https://github.com/aws-amplify/amplify-data/security/dependabot/224 (GHSA-vcrf-j523-4mrf / CVE-2026-13760): OS command injection in NodejsFunction Docker bundling, patched in 2.260.0. Bumps the exact pin in all five e2e-test workspaces and regenerates the root yarn.lock. Supersedes dependabot PR #758.
@bobbor
bobbor requested review from a team as code owners July 24, 2026 06:30
@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c001bfe

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@osama-rizk osama-rizk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving: all CI checks green. Security dependency bump, no source changes.

@soberm soberm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably breaks main: #752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants