fix: resolve interop package vulnerability - #427
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
Resolves the in-scope weekly vulnerability finding for
@wonderland/interop-cross-chainby adding a targeted pnpm override sominimatch@10.2.5resolvesbrace-expansionto5.0.8instead of vulnerable5.0.5.Affected package(s)
@wonderland/interop-cross-chain(packages/cross-chain)Advisories
brace-expansion: Large numeric range defeats documentedmaxDoS protection — GHSA-jxxr-4gwj-5jf2brace-expansion: DoS via exponential-time expansion of consecutive non-expanding{}groups — GHSA-3jxr-9vmj-r5cpbrace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash — GHSA-mh99-v99m-4gvgProduction vs dev-only
packages__cross-chain>ts-to-zod>@oclif/core>minimatch>brace-expansionand did not appear in the production-only audit.Files changed
package.jsonpnpm-lock.yamlValidation
corepack pnpm audit --json— in-scope findings cleared (0remaining)corepack pnpm audit --prod --json— in-scope findings cleared (0remaining)corepack pnpm install --frozen-lockfile— passedcorepack pnpm --filter @wonderland/interop-addresses build— passedcorepack pnpm --filter @wonderland/interop-cross-chain check-types— passedcorepack pnpm --filter @wonderland/interop-addresses check-types— passedcorepack pnpm --filter @wonderland/interop-cross-chain test— passedcorepack pnpm --filter @wonderland/interop-addresses test— passedChangeset
No Changeset was added. This is a root-only dependency override/lockfile transitive resolution fix and does not modify in-scope package contents or release payload/API.
Unrelated app/docs/example/root vulnerabilities were ignored by request.