Fix tar, SDK, and axios vulnerabilities via pnpm overrides#16
Fix tar, SDK, and axios vulnerabilities via pnpm overrides#16CalebGerman merged 7 commits intomainfrom
Conversation
Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
|
@copilot I do not see any changes to the package.json or pnpm lock. You should fix the error put a resolution in the package json and run pnpm install then commit the changes |
…and CVE-2026-25536 Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
Fixed in commit be004fc. Added |
Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
|
@copilot |
Co-authored-by: CalebGerman <86487204+CalebGerman@users.noreply.github.com>
Fixed in commit 96eae9a. Added |
Security audit revealed 6 high severity tar vulnerabilities (≤7.5.6) transitively through
@jazzer.js/core → @jazzer.js/fuzzer → cmake-js → tar, plus 2 CVEs in@modelcontextprotocol/sdk<1.26.0, and 1 high severity axios DoS vulnerability (≤1.13.4).Changes
Security fixes via pnpm overrides:
{ "pnpm": { "overrides": { "tar": "^7.5.7", "@modelcontextprotocol/sdk": ">=1.26.0", "axios": ">=1.13.5" } } }Repository cleanup (pnpm-only):
package-lock.jsonand npmoverridesfieldpackage-lock.jsonto.gitignore"packageManager": "pnpm@9.0.0"Vulnerabilities Fixed
tar ≤7.5.6 (6 high severity):
@modelcontextprotocol/sdk <1.26.0 (2 high severity):
axios ≤1.13.4 (1 high severity):
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.