PulseAugur
实时 13:14:58
English(EN) The Redirect Is Part of the Threat Model: Hardening MCP Client Connections

MCP Python SDK v2.2.0 通过更严格的 HTTP 重定向处理增强安全性

MCP Python SDK 已更新至 2.2.0 版本,引入了更严格的 HTTP 重定向处理以增强安全性。新的默认行为确保客户端仅在重定向保持在原始配置的原点(方案、主机和端口)内时才遵循重定向。此更改可防止客户端在重定向后无意中将身份验证令牌或工具发现请求等敏感信息发送到非预期服务器。建议维护者将端点更改视为安全审查的一部分,确保任何重定向都不会跨越原点边界。 AI

影响 通过防止重定向导致潜在的数据泄露,增强了使用 MCP Python SDK 的开发者的安全性。

排序理由 这是针对特定 SDK 的软件更新,而非核心 AI 模型发布或重大的行业事件。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

MCP Python SDK v2.2.0 通过更严格的 HTTP 重定向处理增强安全性

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
这是针对特定 SDK 的软件更新,而非核心 AI 模型发布或重大的行业事件。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, safety
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
Standard
On-topic for AI-industry coverage; kept in the public index.
Story freshness
3 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Ben Greenberg ·

    重定向是威胁模型的一部分:加固 MCP 客户端连接

    <p>I was reading the release notes for the MCP Python SDK while planning this month’s AAIF Ambassador contribution, and one change stopped me: clients on 2.x now follow HTTP redirects only when they remain within the endpoint’s origin.</p> <p>That’s a good default.</p> <p><a clas…