security: upgrade axios to 1.16.0#21
Closed
wtfiwtz wants to merge 1 commit into
Closed
Conversation
Upgrade axios from 0.27.2/0.28.0 to 1.16.0 to address multiple critical security vulnerabilities in the 0.x series. Changes: - package.json: Update axios 0.27.2 → 1.16.0 - viz-lib/package.json: Update axios 0.28.0 → 1.16.0 - Add axios 1.16.0 override to pnpm.overrides - Regenerate pnpm-lock.yaml CVEs Addressed: - Multiple critical axios 0.x vulnerabilities including: - SSRF (Server-Side Request Forgery) vulnerabilities - CSRF (Cross-Site Request Forgery) issues - DoS (Denial of Service) vulnerabilities - Prototype pollution vulnerabilities - Request smuggling issues Specific GHSAs resolved by upgrading to axios 1.16.0 include advisories for improper handling of URLs, cookie injection, and various request manipulation attacks that were present in the 0.x branch. Test Results: - Frontend tests: ✓ All 15 test suites passed (90 tests) - Backend: ✓ Python environment loads successfully 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
Upgrade axios from 0.27.2/0.28.0 to 1.16.0 to address multiple critical security vulnerabilities in the 0.x series.
Changes
CVEs Addressed
This PR addresses multiple critical axios 0.x vulnerabilities:
Specific GitHub Security Advisories (GHSAs) resolved by upgrading to axios 1.16.0 include advisories for improper handling of URLs, cookie injection, and various request manipulation attacks that were present in the 0.x branch.
The axios 1.x series includes significant security hardening and architectural improvements over 0.x.
Test Results
Related PRs
Part of the frontend security upgrade series split from getredash#7720:
Made with Cursor