chore(deps): bump vulnerable transitive deps to patch GHSA advisories by BYK · Pull Request #1106 · getsentry/cli · GitHub
Skip to content

chore(deps): bump vulnerable transitive deps to patch GHSA advisories#1106

Merged
BYK merged 1 commit into
mainfrom
chore/security-deps-bump
Jun 16, 2026
Merged

chore(deps): bump vulnerable transitive deps to patch GHSA advisories#1106
BYK merged 1 commit into
mainfrom
chore/security-deps-bump

Conversation

@BYK

@BYK BYK commented Jun 16, 2026

Copy link
Copy Markdown
Member

Summary

Resolves the open Dependabot security alerts for getsentry/cli. gh security-advisories was empty; Dependabot had 7 open alerts (plus 1 already-fixed astro alert). This PR fixes 6 of them via dependency updates; the 7th has no upstream patch and is dismissed separately.

Alerts fixed

# Package Severity Fix Where
8 esbuild High (RCE via NPM_CONFIG_REGISTRY) 0.28.1 root
7 esbuild High (RCE) 0.28.1 docs
6 esbuild Low (Windows path traversal) 0.28.1 docs
5 shell-quote Critical (command injection) 1.8.4 root
3 qs Medium (DoS) 6.15.2 root

Changes

  • Root package.json: bump direct esbuild to ^0.28.1 (used by script/build.ts, script/bundle.ts, script/text-import-plugin.ts); add pnpm.overrides pinning the vulnerable transitive ranges of esbuild, shell-quote, and qs to patched versions; bump @mastra/client-js to ^1.24.0.
  • docs/package.json (standalone, non-workspace pnpm project): add pnpm.overrides for esbuild (covers alerts feat: add test infrastructure with bun:test #6 and feat(auth): add QR code display for mobile OAuth flow #7).
  • Regenerated both pnpm-lock.yaml files. pnpm.overrides lives under the pnpm key, so check:deps (no root dependencies) still passes.

Not in this PR

Verification

  • pnpm run check:deps
  • pnpm run typecheck
  • pnpm run build ✓ (esbuild 0.28.1 bundle + Node SEA binary)
  • Confirmed no vulnerable esbuild/shell-quote/qs versions remain in either lockfile.

@BYK BYK force-pushed the chore/security-deps-bump branch from 58642ca to c3bf98d Compare June 16, 2026 14:27
@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://cli.sentry.dev/_preview/pr-1106/

Built to branch gh-pages at 2026-06-16 14:33 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Resolves the remaining Dependabot/Dependency-Review security alerts.

- pnpm.overrides (root): esbuild>=0.28.1 (kills lingering 0.25.12 transitive),
  shell-quote 1.8.4 (GHSA-w7jw-789q-3m8p), qs 6.15.2 (GHSA-q8mj-m7cp-5q26)
- pnpm.overrides (docs): esbuild>=0.28.1 (GHSA-gv7w-rqvm-qjhr, GHSA-g7r4-m6w7-qqqr)
- Bump hono floor to ^4.12.25 (GHSA-88fw-hqm2-52qc, CORS)
- Bump @mastra/client-js to ^1.24.0

@ai-sdk/provider-utils (GHSA-866g-f22w-33x8, low/dev-only) has no upstream
patch and is dismissed separately on GitHub.
@BYK BYK force-pushed the chore/security-deps-bump branch from c3bf98d to c2cd664 Compare June 16, 2026 14:32
@BYK BYK merged commit aa43f8c into main Jun 16, 2026
29 checks passed
@BYK BYK deleted the chore/security-deps-bump branch June 16, 2026 14:46
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.

1 participant