Skip to content

fix: resolve cross-chain dev dependency vulnerabilities - #428

Open
alice-ef[bot] wants to merge 1 commit into
devfrom
fix/weekly-vuln-2026-08-03
Open

fix: resolve cross-chain dev dependency vulnerabilities#428
alice-ef[bot] wants to merge 1 commit into
devfrom
fix/weekly-vuln-2026-08-03

Conversation

@alice-ef

@alice-ef alice-ef Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the vulnerable transitive brace-expansion resolution from 5.0.5 to 5.0.8 through a narrowly scoped pnpm override. This removes three denial-of-service advisories reachable through the development-only dependency chain ts-to-zod > @oclif/core > minimatch > brace-expansion.

Affected package

  • @wonderland/interop-cross-chain (development dependency chain only; the production-only audit was clean)

Advisories

Files changed

  • package.json: exact pnpm override for brace-expansion@5.0.5 to 5.0.8
  • pnpm-lock.yaml: minimal transitive resolution update

Validation

  • corepack pnpm install --frozen-lockfile — passed
  • corepack pnpm audit --json — no remaining findings rooted at packages__cross-chain or packages__addresses
  • corepack pnpm audit --prod --json — no findings rooted at either in-scope package
  • corepack pnpm --filter @wonderland/interop-addresses check-types — passed
  • corepack pnpm --filter @wonderland/interop-addresses build — passed
  • corepack pnpm --filter @wonderland/interop-cross-chain check-types — passed after building its workspace dependency
  • corepack pnpm --filter @wonderland/interop-cross-chain test — passed (87 files passed, 2 skipped; 1305 tests passed, 15 skipped)
  • corepack pnpm --filter @wonderland/interop-addresses test — passed (19 files; 244 tests passed, 1 skipped)
  • corepack pnpm exec prettier --check package.json pnpm-lock.yaml — passed

Changeset

No Changeset is needed: this is a root-only override and lockfile-only transitive resolution fix; no in-scope package contents, release payload, API, or version changed.

Unrelated vulnerabilities in apps, docs, examples, root tooling, and other packages were ignored as requested.

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interop-sdk-addresses Ready Ready Preview Aug 3, 2026 7:10am
interop-sdk-benchmark Ready Ready Preview Aug 3, 2026 7:10am
interop-sdk-docs Ready Ready Preview Aug 3, 2026 7:10am
interop-sdk-examples Ready Ready Preview Aug 3, 2026 7:10am

Request Review

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants