Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .changeset/security-audit-verification.md

This file was deleted.

35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 0.1.4

### Patch Changes

### [0.1.4](https://www.npmjs.com/package/taskflow-mcp/v/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.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcp-taskflow",
"version": "0.1.3",
"version": "0.1.4",
"description": "MCP server for workflow orchestration, planning, and structured development",
"type": "module",
"engines": {
Expand Down