Bump mcp to 1.28.1 (fixes GHSA-jpw9-pfvf-9f58, GHSA-hvrp-rf83-w775)#253
Conversation
…rp-rf83-w775 Both high-severity advisories affect mcp <= 1.27.1 and are fixed in 1.27.2: - GHSA-jpw9-pfvf-9f58: HTTP transports serve session requests without verifying the authenticated principal (CVSS 7.1) - GHSA-hvrp-rf83-w775: experimental task handlers allow any client to access and cancel other clients' tasks (CVSS 7.6) mcp is pulled in via fastapi-mcp (^0.4.0, requires mcp >= 1.12.0), so only the lock file changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Updates
mcpinpoetry.lockfrom 1.26.0 to 1.28.1, fixing two high-severity advisories (both patched in 1.27.2):mcpis a transitive dependency offastapi-mcp(^0.4.0, which requiresmcp >= 1.12.0), so only the lock file changes — nopyproject.tomlupdate needed.Testing
Full test suite passes locally with the updated lock: 136 passed.
🤖 Generated with Claude Code