Commit 8a39589
authored
chore(deps): resolve open Dependabot security alerts (#1191)
Bump two dependencies flagged by Dependabot ahead of the v1.14.0 release:
- mcp 1.25.0 -> 1.28.1 (3 high alerts). Transitive via content-core ->
fastmcp; the advisories cover MCP *server* transports (missing
Host/Origin validation on the WebSocket transport, HTTP transports
serving session requests without verifying the authenticated
principal, and experimental task handlers exposing other clients'
tasks). Open Notebook does not serve MCP, so none of them are
reachable here, but fastmcp accepts the newer release and the bump
resolves cleanly with no other dependency churn.
- axios 1.16.0 -> 1.18.1 (medium alert). Prototype pollution allowing
Basic auth injection through auth subfields. Direct frontend
dependency; pulls nested agent-base/https-proxy-agent, which newer
axios uses for proxy handling.
Verified: uv sync + content-core/fastmcp import clean, frontend
npm ci + npm run build green, npm audit reports 0 vulnerabilities.1 parent 3bfa6d7 commit 8a39589
3 files changed
Lines changed: 34 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments