Skip to content

[Snyk] Security upgrade @modelcontextprotocol/sdk from 1.15.1 to 1.26.0#13

Open
silvere27 wants to merge 1 commit intodevfrom
snyk-fix-0ab476c75230c4e61f7a5b0c111e1c84
Open

[Snyk] Security upgrade @modelcontextprotocol/sdk from 1.15.1 to 1.26.0#13
silvere27 wants to merge 1 commit intodevfrom
snyk-fix-0ab476c75230c4e61f7a5b0c111e1c84

Conversation

@silvere27
Copy link
Owner

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • packages/opencode/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AJV-15274295
  803  
high severity Race Condition
SNYK-JS-MODELCONTEXTPROTOCOLSDK-15208843
  641  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Race Condition

Copilot AI review requested due to automatic review settings February 16, 2026 12:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is an automated Snyk security upgrade intended to remediate vulnerabilities by bumping @modelcontextprotocol/sdk in the opencode package.

Changes:

  • Upgraded @modelcontextprotocol/sdk from 1.15.1 to 1.26.0 in packages/opencode/package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"dependencies": {
"@clack/prompts": "0.11.0",
"@modelcontextprotocol/sdk": "1.15.1",
"@modelcontextprotocol/sdk": "1.26.0",
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repo uses Bun (root package.json sets packageManager to bun and bun.lock is committed). This PR updates packages/opencode/package.json but bun.lock still pins @modelcontextprotocol/sdk to 1.15.1, so installs/CI will likely keep the vulnerable version. Please run bun install (or equivalent) and include the resulting bun.lock update so the upgrade actually takes effect.

Suggested change
"@modelcontextprotocol/sdk": "1.26.0",
"@modelcontextprotocol/sdk": "^1.26.0",

Copilot uses AI. Check for mistakes.
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.

3 participants