Skip to content

Conversation

@cswkim
Copy link
Owner

@cswkim cswkim commented Jan 3, 2026

Description

Adds a pnpm override to force qs to >=6.14.1 to patch CVE-2025-15284. qs < 6.14.1 has a DoS vulnerability: arrayLimit is bypassed for bracket notation (a[]=1&a[]=2), allowing memory exhaustion. This affects transitive dependencies (@modelcontextprotocol/sdk and fastmcp), so the override ensures all packages use the patched version.

Checklist

  • It's useful if your PR references an issue where it is discussed ahead of time
  • Adhere to semantic messaging and prefix your PR title with feat:, fix:, chore:, docs:, etc.
  • I’ve added tests if needed
  • I’ve updated documentation if applicable
  • I’ve tested this locally
  • Add a changeset (pnpm changeset) if necessary

Tests and linting

  • Run the tests with pnpm test.
  • Run the lint check with pnpm lint.
  • Run the code formatting (prettier) check with pnpm format.

@changeset-bot
Copy link

changeset-bot bot commented Jan 3, 2026

🦋 Changeset detected

Latest commit: 42f974e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
discogs-mcp-server Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cswkim cswkim merged commit e9adb5f into main Jan 3, 2026
1 check passed
@cswkim cswkim deleted the fix/security-update-qs-6.14.1 branch January 3, 2026 16:06
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