Skip to content

fix: upgrade axios 1.12.0 → 1.15.0 (SECURE-3216)#304

Merged
bang9 merged 2 commits into
mainfrom
fix/secure-3216-upgrade-axios
Apr 24, 2026
Merged

fix: upgrade axios 1.12.0 → 1.15.0 (SECURE-3216)#304
bang9 merged 2 commits into
mainfrom
fix/secure-3216-upgrade-axios

Conversation

@bang9
Copy link
Copy Markdown
Collaborator

@bang9 bang9 commented Apr 15, 2026

Summary

  • Reinstall lerna (^9.0.7) to re-resolve nx 22.6.4 → 22.6.5, which upgrades its transitive axios dependency from 1.12.0 to 1.15.0
  • Resolves CVE-2026-40175 (CRLF header injection / SSRF, CVSS 9.9) and CVE-2025-62718 (NO_PROXY hostname normalization bypass, CVSS 9.3)
  • axios is a transitive dev dependency only (lerna → nx → axios), not used in production code
Package Before After
lerna ^9.0.0 ^9.0.7
nx 22.6.4 22.6.5
axios 1.12.0 1.15.0

Test plan

  • yarn test — 32 suites, 187 tests passed
  • CI pipeline passes

Resolves: SECURE-3216

🤖 Generated with Claude Code

Reinstall lerna to re-resolve nx 22.6.4 → 22.6.5, which upgrades its
transitive axios dependency from 1.12.0 to 1.15.0, addressing:
- CVE-2026-40175 (CRLF header injection / SSRF, CVSS 9.9)
- CVE-2025-62718 (NO_PROXY hostname normalization bypass, CVSS 9.3)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bang9 bang9 requested a review from OnestarLee April 15, 2026 02:42
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e4fd5eaa0a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread yarn.lock Outdated
@bang9 bang9 self-assigned this Apr 15, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 10.84%. Comparing base (5a1f209) to head (a13ad78).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  Coverage   10.84%   10.84%           
=======================================
  Files         360      360           
  Lines        9084     9084           
  Branches     2442     2442           
=======================================
  Hits          985      985           
  Misses       8098     8098           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bang9 bang9 enabled auto-merge April 15, 2026 04:47
@bang9 bang9 added this pull request to the merge queue Apr 24, 2026
Merged via the queue into main with commit ddde569 Apr 24, 2026
10 checks passed
@bang9 bang9 deleted the fix/secure-3216-upgrade-axios branch April 24, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants