chore: fix high severity dependency vulnerabilities - #35
Open
mrkphpps wants to merge 1 commit into
Open
Conversation
- bump axios to ^1.16.0 (proxy credential leak, ReDoS, DoS advisories) - bump ws to ^8.21.0 and override transitive ws 7.x/8.x (memory exhaustion DoS) - add form-data >=4.0.6 override (CRLF injection) - ignore GHSA-3gc7-fjrx-p6mg (bigint-buffer via @solana/spl-token, no patched version exists) Co-authored-by: Cursor <cursoragent@cursor.com>
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
axiosto^1.16.0— fixes 6 high advisories (proxy credential leaks GHSA-p92q-9vqr-4j8v / GHSA-j5f8-grm9-p9fc, NO_PROXY bypass GHSA-pjwm-pj3p-43mv, ReDoS GHSA-hfxv-24rg-xrqf, unbounded resource allocation GHSA-777c-7fjr-54vf, prototype-pollution MITM GHSA-35jp-ww65-95wh)wsto^8.21.0and add overrides for transitivews7.x (via@solana/web3.js > jayson) and 8.x — memory exhaustion DoS (GHSA-96hv-2xvq-fx4p)form-data>=4.0.6 override — CRLF injection (GHSA-hmw2-7cc7-3qxx)bigint-buffervia@solana/spl-token > @solana/buffer-layout-utils) inpnpm.auditConfig— no patched version exists (advisory lists patched as<0.0.0); dev-dependency onlypnpm audit --audit-level highand trivy (HIGH/CRITICAL) are now clean forpnpm-lock.yaml.Test plan
pnpm build,pnpm lint:ci,pnpm lint:typespasspnpm test— 4 suites, 24 passed / 1 skippedpnpm test:integration— 1 suite, 4 passedMade with Cursor