chore: fix npm audit vulnerabilities#706
Open
cbarlow1993 wants to merge 1 commit into
Open
Conversation
- Bump axios 1.15.0 -> 1.16.0 to address 13 advisories (high severity), including prototype pollution gadgets, NO_PROXY/SSRF bypasses, header injection, and DoS via deeply nested toFormData input. - Add uuid 14.0.0 override to remediate the buffer-bounds advisory under nyc -> istanbul-lib-processinfo (transitive dev dep) without taking the destructive `npm audit fix --force` path that downgrades nyc to 14.1.1. npm audit now reports 0 vulnerabilities.
|
Would love for this to be released soon! |
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
axios1.15.0→1.16.0to address 13 advisories (high severity), including prototype pollution gadgets invalidateStatus/parseReviver/withXSRFToken, NO_PROXY and SSRF bypasses, CRLF / null-byte / header injection, and DoS via deeply nestedtoFormDatainput.uuid: 14.0.0tooverridesto remediate the moderate buffer-bounds advisory undernyc → istanbul-lib-processinfo(transitive dev dep). This avoids thenpm audit fix --forcerecommendation that would downgradenycfrom17.1.0to14.1.1.After these changes,
npm auditreports 0 vulnerabilities (down from 4: 1 high, 3 moderate).Test plan
npm installcleannpm auditreports 0 vulnerabilitiesnpx tsc --project tsconfig.esm.json --noEmitpassesnpm test/npm run coverageto confirm no regression fromaxiosminor bump or transitiveuuidupgrade undernyc