fix: bump axios to 1.15.0 to resolve critical SSRF vulnerability#28620
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
🔍 Smart E2E Test Selection⏭️ Smart E2E selection skipped - draft PR All E2E tests pre-selected. |
|
Contributor
|
✅ E2E Fixture Validation — Schema is up to date |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
CI is failing on
yarn audit:cidue to a critical severity advisory (GHSA-3p68-rc4w-qgx5) in axios < 1.15.0. The vulnerability allows an attacker to bypassNO_PROXYhostname normalization, leading to SSRF.This PR bumps axios from 1.13.5 to 1.15.0 across
dependencies,resolutions, and the CI scripts package. Because 1.15.0 was published less than 3 days ago, it is also temporarily added tonpmPreapprovedPackagesin.yarnrc.ymlto bypass thenpmMinimalAgeGate. This preapproval entry should be removed after 2025-04-12.Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Updates a widely used HTTP client to remediate a critical SSRF advisory; moderate risk due to potential subtle networking/proxy behavior changes across the app and CI scripts.
Overview
Bumps
axiosfrom^1.13.5to^1.15.0across the repo (appdependencies,resolutions, and the.github/scriptsworkspace) to address the flagged security advisory.Updates both lockfiles to the new
axiosand its transitiveproxy-from-env@^2.1.0, and temporarily addsaxiosto.yarnrc.ymlnpmPreapprovedPackagesto bypass the 3-daynpmMinimalAgeGatefor this release.Reviewed by Cursor Bugbot for commit 34350ca. Bugbot is set up for automated code reviews on this repo. Configure here.