feat: add notification isolation tests for GHSA-345p-7cg4-v4c7 #137
+1,607
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds conformance test scenarios for the cross-client data leak vulnerability (GHSA-345p-7cg4-v4c7), focused on Issue 2 (server re-use /
this._transportoverwrite).New scenarios
session-isolationnotification-isolationnotification-isolation-fuzzHow to run
# Against any MCP server implementing test_tool_with_progress: node dist/index.js server --url http://localhost:3000/mcp --scenario notification-isolation node dist/index.js server --url http://localhost:3000/mcp --scenario notification-isolation-fuzzServer requirements
The server under test needs to implement
test_tool_with_progresswhich sends 3notifications/progressevents (0/100, 50/100, 100/100) with ~50ms delays, using theprogressTokenfrom_meta.Context
Built to share with Cloudflare so they can test their
createMcpHandler(stateless Workers path) against the notification cross-talk vulnerability.