Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 9, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

mcp-taskflow@0.1.4

Patch Changes

0.1.4 - 2026-02-09

Security: Fix high-severity vulnerabilities via pnpm overrides

Added pnpm overrides to fix security vulnerabilities:

  1. tar <= 7.5.6 (6 high severity issues):

    • Arbitrary File Overwrite and Symlink Poisoning
    • Race Condition via Unicode Ligature Collisions
    • Arbitrary File Creation/Overwrite via Hardlink Path Traversal
    • Enforced tar >= 7.5.7 via pnpm override
  2. @modelcontextprotocol/sdk (2 high severity CVEs):

    • CVE-2026-0621: Regular Expression Denial of Service (ReDoS) vulnerability (CVSS 8.7)
    • CVE-2026-25536: Cross-Client Data Leak via shared server/transport instance (CVSS 7.1)
    • Enforced @modelcontextprotocol/sdk >= 1.26.0 via pnpm override
  3. axios <= 1.13.4 (1 high severity):

    • GHSA-43fc-jf86-j433: Denial of Service via proto Key in mergeConfig
    • Enforced axios >= 1.13.5 via pnpm override

Changes:

  • Added tar: "^7.5.7" to pnpm.overrides in package.json
  • Added @modelcontextprotocol/sdk: ">=1.26.0" to pnpm.overrides in package.json
  • Added axios: ">=1.13.5" to pnpm.overrides in package.json
  • Updated pnpm-lock.yaml with security fixes
  • Added package-lock.json to .gitignore (pnpm-only repository)

All 593 tests pass.

@github-actions github-actions bot force-pushed the changeset-release/main branch from cc92f7b to 5eca0df Compare February 9, 2026 22:21
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.

0 participants