-
Notifications
You must be signed in to change notification settings - Fork 0
Fix tar, SDK, and axios vulnerabilities via pnpm overrides #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.