Skip to content

chore(SEC-10810): upgrade axios to 0.30.3#44

Draft
phantom-autopilot[bot] wants to merge 1 commit intomasterfrom
autopilot2/sec-10810_high-upgrade-axios-in-github-com-phantom-react-native-webvie
Draft

chore(SEC-10810): upgrade axios to 0.30.3#44
phantom-autopilot[bot] wants to merge 1 commit intomasterfrom
autopilot2/sec-10810_high-upgrade-axios-in-github-com-phantom-react-native-webvie

Conversation

@phantom-autopilot
Copy link
Copy Markdown

@phantom-autopilot phantom-autopilot Bot commented May 8, 2026

Summary

  • Pin transitive axios to 0.30.3 via Yarn resolutions to address GHSA-43fc-jf86-j433 (CVE-2026-25639) — Denial of Service via __proto__ key in mergeConfig (vulnerable range <= 0.30.2).
  • axios is only a transitive dev dependency (appium/selenium); locked copies were 0.19.2 and 0.28.0 — both now resolve to 0.30.3.

Linear

  • SEC-10810

Test plan

  • yarn install regenerates yarn.lock with single axios entry at 0.30.3
  • yarn list --pattern axios reports only axios@0.30.3
  • yarn lint (tsc --noEmit + eslint) passes
  • CodeRabbit local review clean (no actionable code findings)

🤖 Generated with Claude Code

Summary by CodeRabbit

Chores

  • Updated axios dependency resolution to version 0.30.3.

Pin transitive axios to 0.30.3 via yarn resolutions to address
GHSA-43fc-jf86-j433 (CVE-2026-25639) — Denial of Service via
__proto__ key in mergeConfig (vulnerable range <= 0.30.2).

axios is brought in only as a transitive dev dependency through
appium/selenium packages; using "resolutions" upgrades all locked
copies (was 0.19.2 and 0.28.0) without changing direct dependencies.
@phantom-autopilot
Copy link
Copy Markdown
Author

PR opened by agent

#44

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2b3c2ced-fbc8-4c41-a1b4-38198012f674

📥 Commits

Reviewing files that changed from the base of the PR and between 413d5ea and 71ecaca.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request adds a dependency resolution override to package.json, pinning the axios package to version 0.30.3. This constrains axios across all direct and transitive dependencies in the project to the specified version.

Changes

Dependency Management

Layer / File(s) Summary
Axios Version Resolution
package.json
A resolutions block is added to pin axios to version 0.30.3, overriding any other declared versions of that dependency.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: adding a Yarn resolutions entry to upgrade axios to 0.30.3 to address a security vulnerability, as described in the PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch autopilot2/sec-10810_high-upgrade-axios-in-github-com-phantom-react-native-webvie

Comment @coderabbitai help to get the list of available commands and usage tips.

@phantom-autopilot phantom-autopilot Bot added the dep-upgrade-success Dependency upgrade completed successfully label May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dep-upgrade-success Dependency upgrade completed successfully

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant