Skip to content

fix: override axios to >=1.15.2 to resolve multiple CVEs - #123

Open
MathurAditya724 wants to merge 1 commit into
mainfrom
fix-axios-vulnerability
Open

fix: override axios to >=1.15.2 to resolve multiple CVEs#123
MathurAditya724 wants to merge 1 commit into
mainfrom
fix-axios-vulnerability

Conversation

@MathurAditya724

Copy link
Copy Markdown
Contributor

Adds axios to pnpm.overrides (same pattern as the existing protobufjs override) to force resolution to >=1.15.2, which resolves 15 open Dependabot alerts covering prototype pollution, SSRF, header injection, CRLF injection, and DoS vulnerabilities.

Axios is a transitive dependency (pulled in via @atproto packages and vitepress), so an override is the correct fix.

@netlify

netlifyBot commented May 13, 2026

Copy link
Copy Markdown

Deploy Preview for tsky ready!

NameLink
🔨 Latest commitacf18d6
🔍 Latest deploy loghttps://app.netlify.com/projects/tsky/deploys/6a0433e7d1ca1c0008dadc64
😎 Deploy Previewhttps://deploy-preview-123--tsky.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changesRun an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for ./packages/client/

StatusCategoryPercentageCovered / Total
🔵Lines13.64%52 / 381
🔵Statements13.13%52 / 396
🔵Functions9.6%17 / 177
🔵Branches14.45%12 / 83
File CoverageNo changed files found.
Generated in workflow #295 for commit acf18d6 by the Vitest Coverage Report Action

@pkg-pr-new

Copy link
Copy Markdown

Open in StackBlitz

pnpm add https://pkg.pr.new/@tsky/client@123

commit: acf18d6

@MathurAditya724
MathurAditya724 marked this pull request as ready for review May 13, 2026 08:28
@MathurAditya724

Copy link
Copy Markdown
ContributorAuthor

all CI checks passed (build, ci, semantic PR, netlify deploy, continuous releases). self-review clean — the change is just a pnpm.overrides entry bumping axios to >=1.15.2, plus the lockfile regen. marked ready for review.

Sign up for freeto 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.

1 participant

@MathurAditya724