build(deps): bump mcp from 1.16.0 to 1.28.1 in /src/bin/calaos_mcp - #174
build(deps): bump mcp from 1.16.0 to 1.28.1 in /src/bin/calaos_mcp#174dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.16.0 to 1.28.1. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.16.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Taken, but not merged from this PR: it is being landed as part of a single grouped integration on branch Reason for grouping: Verdict on the content: good, and verified. Note on the green CI above: it means nothing for this change. This PR will close automatically when the grouped branch lands on |
Reprend la PR Dependabot #174, integree ici en groupe pour n'engendrer qu'une seule publication docker-publish-dev. CVE adressees (dependances d'execution du sidecar MCP) : - GHSA-9h52-p55h-vw2f (high, corrige en 1.23.0) : protection anti DNS-rebinding desactivee par defaut. - GHSA-jpw9-pfvf-9f58 (high, corrige en 1.27.2) : les transports HTTP servent les requetes de session sans verifier le principal authentifie. - GHSA-vj7q-gjh5-988w (high, corrige en 1.28.1) : le transport serveur WebSocket ne valide pas Host/Origin. Portee reelle : le sidecar n'ecoute PAS sur le reseau, il bind un socket Unix 0660 (src/bin/calaos_mcp/python/calaos_mcp/__main__.py) reverse-proxifie par calaos_server, et server.py desactive deliberement la protection DNS-rebinding de MCP (le proxy C++ transmet des Host externes). L'exposition est donc indirecte, mais mcp reste une dependance d'execution d'un composant qui traite du trafic HTTP authentifie : la montee est prise. Verification (le conteneur de build n'a ni mcp ni pytest, donc "make check" ne couvre PAS ce changement) : venv python3.11 dedie, jeu complet installe, create_app() construit, GET /healthz -> 200, POST /mcp initialize -> 200, POST /mcp sans Bearer -> 401, tests/python : 34 passed / 2 skipped.
Bumps mcp from 1.16.0 to 1.28.1.
Release notes
Sourced from mcp's releases.
... (truncated)
Commits
777b8d0[v1.x] Support TransportSecuritySettings in the WebSocket server transport (#...4720467[v1.x] Set Development Status classifier to Production/Stable (#2976)6df3d73[v1.x] Buffer per-request StreamableHTTP streams; store priming event before ...32d3290[v1.x] Pass a list to parametrize in test_docs_examples (pytest 9.1.0 compat)...0dca751[v1.x] Deflake the child process cleanup tests (#2839)52258a9[v1.x] Add a v2 status banner to the README (#2835)b8f4917[v1.x] Deprecate the WebSocket transport and the experimental tasks entry poi...2309e5efix: omit null optional fields from task result payloads (#2809)494eb11[v1.x] Support Python 3.14 (#2769)6213787[v1.x] Scope experimental tasks to the session that created them (#2720)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.