fix: resolve interop package vulnerability - #426
Open
alice-ef[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a dev-only vulnerability in the Interop SDK package audit by forcing the vulnerable
brace-expansion5.0.x resolution to the patched 5.0.7 release via a root pnpm override and lockfile update.Affected package(s)
@wonderland/interop-cross-chainAdvisory
brace-expansion: Large numeric range defeats documented max DoS protectionpackages__cross-chain>ts-to-zod>@oclif/core>minimatch>brace-expansionFiles changed
package.jsonpnpm-lock.yamlValidation
corepack pnpm audit --json— passed for in-scope packages after fix (0 findings forpackages__cross-chain/packages__addresses)corepack pnpm audit --prod --json— passed for in-scope packages after fix (0 findings forpackages__cross-chain/packages__addresses)corepack pnpm install --frozen-lockfile— passedcorepack pnpm --filter @wonderland/interop-addresses check-types— passedcorepack pnpm --filter @wonderland/interop-addresses test— passed (244 passed, 1 skipped)corepack pnpm --filter @wonderland/interop-addresses build— passedcorepack pnpm --filter @wonderland/interop-cross-chain check-types— passed after building@wonderland/interop-addressescorepack pnpm --filter @wonderland/interop-cross-chain test— passed after building@wonderland/interop-addressesNote: initial direct cross-chain validation failed because the workspace dependency
@wonderland/interop-addresseshad not been built in the fresh checkout; it passed after building addresses.Changeset
No Changeset was added. This is a root-only pnpm override and lockfile/transitive dependency resolution fix; it does not modify in-scope package contents or release payload/API.
Scope note
Unrelated app/docs/example/root vulnerabilities were ignored by request; this PR only addresses the in-scope Interop SDK package finding.