Resolve high severity security vulnerabilities (v0.42.3)#178
Merged
Conversation
- Bump axios from 1.11.0 to 1.15.2 (production dep) to patch 4 CVEs: prototype pollution, header injection, NO_PROXY bypass - Add resolutions for devDep vulnerabilities: @babel/traverse, braces, cross-spawn, flatted, json5, marked, minimatch, minimist, picomatch, semver Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…race-expansion, and ajv - Upgrade axios 1.15.2 → 1.18.0 (fixes 3 high CVEs: NO_PROXY bypass, ReDoS via cookie, resource allocation) - Pin form-data to 4.0.6 via resolutions (fixes high CVE: CRLF injection in multipart field names) - Pin brace-expansion to 1.1.15 via resolutions (fixes low CVE: ReDoS) - Pin ajv to 6.15.0 via resolutions (fixes moderate CVE: ReDoS via $data option) - Bump package version to 0.42.3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Keep v0.42.3, axios 1.18.0, and security resolutions from vuln-updates branch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
amvertex
approved these changes
Jun 16, 2026
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.2 → 1.18.0 (direct dependency) to fix 3 high severity CVEs: NO_PROXY bypass via IPv4-mapped IPv6 addresses, ReDoS via cookie name injection, and unbounded resource allocationform-datato 4.0.6 via resolutions to fix high severity CRLF injection in multipart field names (transitive via axios)brace-expansionto 1.1.15 via resolutions to fix low severity ReDoS (transitive via eslint/jest → minimatch)ajvto 6.15.0 via resolutions to fix moderate severity ReDoS via$dataoption (transitive via eslint)Vulnerability details
axiosform-databrace-expansionajv$dataoption (patched ≥6.14.0)All 7 high severity vulnerabilities are resolved. Remaining 66 advisories are low/moderate in dev-only transitive dependencies (jest/eslint tooling).
Test plan
yarn installcompletes successfullyyarn testpasses (10/10 tests)yarn auditshows 0 high severity vulnerabilities (down from 7)🤖 Generated with Claude Code