fix(security): upgrade axios to 1.15.0 for GHSA-3p68-rc4w-qgx5#41739
Merged
fix(security): upgrade axios to 1.15.0 for GHSA-3p68-rc4w-qgx5#41739
Conversation
Upgrade axios to 1.15.0 across client workspaces to remediate GHSA-3p68-rc4w-qgx5/CVE-2025-62718 and add an RTS regression test covering NO_PROXY loopback normalization behavior.
Contributor
WalkthroughUpdated axios dependency from ^1.12.0 to ^1.15.0 across multiple package.json files and added a new Jest test validating axios NO_PROXY normalization behavior for loopback host variants with environment variable restoration and proxy request verification. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
KelvinOm
approved these changes
Apr 15, 2026
ashit-rath
approved these changes
Apr 15, 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
axiosto^1.15.0inapp/client/package.jsonandapp/client/packages/rts/package.jsonto remediate GHSA-3p68-rc4w-qgx5 / CVE-2025-62718.app/client/yarn.lockso all client workspace consumers (includingwait-on) resolve toaxios@1.15.0.app/client/packages/rts/src/__tests__/axiosNoProxyNormalization.test.tsto verify loopback host variants are not proxied whenNO_PROXYis set.Test plan
yarn install --mode=skip-build(fromapp/client)yarn why axiosshowsaxios@1.15.0forappsmith,appsmith-rts, andwait-onyarn test:unit(fromapp/client/packages/rts)yarn lint(fromapp/client/packages/rts)yarn build(fromapp/client)npx prettier --write ./src ./cypress(fromapp/client)npx eslint --fix -c ./cypress/.eslintrc.json --cache ./cypress(fromapp/client) - command was run multiple times but hangs in this local environment without producing completion output.yarn g:jest src/api/__tests__/apiRequestInterceptors.test.ts src/api/__tests__/apiFailureResponseInterceptors.test.ts src/api/__tests__/apiSucessResponseInterceptors.test.ts(fromapp/client) - fails in this environment due missingcanvasbinary (Cannot find module '../build/Release/canvas.node').Fixes https://linear.app/appsmith/issue/APP-15127/security-critical-dependabot-alert-580-axios-no-proxy-hostname
Summary by CodeRabbit
Chores
Tests
Automation
/ok-to-test tags="@tag.All"
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/24443669428
Commit: ce5b569
Cypress dashboard.
Tags:
@tag.AllSpec:
Wed, 15 Apr 2026 09:39:49 UTC