Skip to content

Conversation

@msingleton
Copy link
Member

Summary

Resolves 3 high severity vulnerabilities detected by Dependabot in transitive dependencies by adding Yarn resolutions to force patched versions.

Package Vulnerability Fix
glob Command injection in CLI -c option ^10.5.0
qs DoS via arrayLimit bypass ^6.14.0
tar Arbitrary file overwrite via hardlinks/symlinks ^7.5.3

Impact Assessment

  • Runtime SDK code: Not affected - these are dev dependencies only
  • Published package: Not affected
  • Development/CI: Fixed

Testing

  • All tests pass (yarn test)
  • TypeScript compiles (yarn typecheck)
  • Linting passes (yarn lint)
  • Build succeeds (yarn prepare)
  • yarn npm audit shows no vulnerabilities

🤖 Generated with Claude Code

Add yarn resolutions for glob, qs, and tar to fix:
- glob: command injection in CLI -c option (CVE)
- qs: DoS via arrayLimit bypass for bracket notation
- tar: arbitrary file overwrite via hardlinks/symlinks

These are all transitive dev dependencies - no runtime impact.

Co-Authored-By: Claude <noreply@anthropic.com>
@msingleton msingleton merged commit 1b6c29f into main Jan 28, 2026
3 checks passed
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.

2 participants