🚨 [security] Update mcp 0.8.0 → 0.9.2 (major)#993
Open
depfu[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Security Advisories 🚨
🚨 MCP Ruby SDK: Insufficient Session Binding Allows SSE Stream Hijacking via Session ID Replay
Release Notes
0.9.1
0.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Merge pull request #272 from koic/release_0_9_2Release 0.9.2Merge pull request #273 from koic/use_accessor_in_server_context_with_metaUse accessor method in `server_context_with_meta` instead of ivarMerge commit from forkReject duplicate SSE connections with 409 to prevent stream hijackingMerge pull request #267 from koic/release_0_9_1Release 0.9.1Merge pull request #266 from koic/allow_client_call_tool_to_accept_a_tool_nameAllow `Client#call_tool` to accept a tool nameMerge pull request #261 from koic/return_404_for_invalid_session_id_in_handle_deleteMerge pull request #264 from koic/release_0_9_0Release 0.9.0Merge pull request #262 from koic/stdio_client_transportReturn 404 for invalid session ID in `handle_delete`Add `MCP::Client::Stdio` transportMerge pull request #260 from koic/use_missing_session_id_response_helper_in_handle_deleteUse `missing_session_id_response` method in `handle_delete`Merge pull request #258 from koic/use_mutex_protected_session_exists_predicateUse mutex-protected `session_exists?` in `handle_regular_request`Merge pull request #257 from koic/return_404_for_invalid_session_idReturn 404 for invalid session ID in `handle_regular_request`Merge pull request #256 from koic/remove_dead_code_in_handle_regular_requestMerge pull request #255 from koic/use_autoload_to_defer_loading_of_unused_subsystemsMerge pull request #253 from koic/support_cors_and_accept_wildcard_for_browser_based_mcp_clientsRemove dead code in `handle_regular_request`Use `autoload` to defer loading of unused subsystemsMerge pull request #254 from koic/support_progress_notification_per_mcp_specMerge pull request #239 from koic/reduce_release_package_sizeSupport progress notifications per MCP specificationSupport CORS and Accept wildcard for browser-based MCP clientsMerge pull request #252 from koic/fix_rails_controller_example_to_return_202_for_notifications[Doc] Fix Rails controller example to return 202 for notificationsMerge pull request #172 from erickreutz/add-meta-extraction-supportAdd automatic _meta parameter extraction supportMerge pull request #251 from modelcontextprotocol/dependabot/github_actions/actions/setup-node-6Commits
See the full diff on Github. The new version differs by 30 commits:
Bump version to 4.1.0 (#505)Fix error compiling with ruby.wasm (#504)Increase BigMath converge test precisions (#503)Fix erfc(x,prec) precision when x is huge (#502)Update depend files, etc (#499)Use bit_length to calculate NTT bit size (#498)Remove DECDIG=uint16_t branch. BigDecimal already requires uint64_t from v3.1.0 (#497)Simplify butterfly operation of Number Theoretic Transform (#496)Merge pull request #494 from ruby/dependabot/github_actions/rubygems/release-gem-1.1.4Merge pull request #495 from ruby/dependabot/github_actions/step-security/harden-runner-2.16.0Bump step-security/harden-runner from 2.15.1 to 2.16.0Bump rubygems/release-gem from 1.1.2 to 1.1.4Merge pull request #493 from ruby/dependabot/github_actions/step-security/harden-runner-2.15.1Bump step-security/harden-runner from 2.14.1 to 2.15.1Add missing sig file (#492)Add RBS signature and testing (#488)Split internal extra calculation prec and BigDecimal.double_fig usage (#486)Add missing call-seq (#485)Remove calculating log(10) in BigMath.log for large/small x (#484)Improve taylor series calculation of exp and sin by bit burst algorithm (#433)Implement BigMath::PI with Gauss-Legendre algorithm (#434)NTT multiplication and Newton-Raphson division (#407)Merge pull request #483 from ruby/dependabot/github_actions/actions/checkout-6.0.2Merge pull request #482 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.1Bump actions/checkout from 6.0.1 to 6.0.2Bump step-security/harden-runner from 2.14.0 to 2.14.1Change frozen_string_literal from false to true (#481)Improve performance of add/sub when exponent of two bigdecimals have huge difference (#478)Sample code without deprecated modules (#480)Remove ENABLE_NUMERIC_STRING flag (#479)Release Notes
6.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Merge pull request #571 from bastelfreak/rel620Release 6.2.0Merge pull request #566 from jordan-brough/jordan/allow-disabling-multi-jsonadd a deprecation warning when multi_json is usedin dev, allow verion of multi_json compatible with Ruby 2.7rubocop tweaksAllow disabling MultiJSON even when it is installedMerge pull request #570 from voxpupuli/dependabot/github_actions/actions/download-artifact-8Merge pull request #569 from voxpupuli/dependabot/github_actions/actions/upload-artifact-7Bump actions/download-artifact from 7 to 8Bump actions/upload-artifact from 6 to 7Merge pull request #561 from koic/restore_support_for_ruby_2_7_to_3_1Restore support for Ruby 2.7 – Ruby 3.1Merge pull request #564 from bastelfreak/ruby4Merge pull request #562 from bastelfreak/annoAdd GitHub annotations for minitestAdd Ruby 4.0 supportDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands