fix(deps): bump axios to ^1.16.0 for CVE-2026-44494#201
Open
JMPerez wants to merge 1 commit into
Open
Conversation
High-severity advisory: axios <1.16.0 is vulnerable to full man-in-the-middle via a prototype pollution gadget in config.proxy. Resolves to 1.17.0. axios is used in one server-side route (app/api/bmc/route.ts); all 39 tests pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Why
GitHub security alert: CVE-2026-44494 — high severity, axios ≥1.0.0 <1.16.0 vulnerable to full man-in-the-middle via a prototype pollution gadget in
config.proxy. This repo hadaxios ^1.7.7.What
axios ^1.7.7→^1.16.0in package.json; lockfile resolves to 1.17.0. The lockfile diff is solely axios's transitive dependency graph (follow-redirects, form-data, proxy-from-env, …); lockfile kept in v6 format (pnpm 8).app/api/bmc/route.ts(server-sideaxios.get), unaffected by the API surface between 1.7 and 1.17.Verification
pnpm install+pnpm test: 6 suites, 39 tests, all passing.🤖 Generated with Claude Code