Skip to content

Commit a00eaa0

Browse files
committed
changelog: Otoroshi 17.10
1 parent b36a0fe commit a00eaa0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Otoroshi 17.10 is available with updated MCP support, a plugin to detect and block React2Shell attacks"
3+
description: Protect your applications from React2Shell attacks and use latest MCP features
4+
date: 2025-12-09
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.10](https://github.com/MAIF/otoroshi/releases/tag/v17.10.0) is available with multiple improvements, bug fixes and a new plugin to detect and block React2Shell attacks. To use it, add the `React2Shell detector` plugin to your routes and activate blocking if needed.
19+
20+
This release comes with [LLM extension 0.6.6](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.66) which [supports](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.65) latest versions of Model Context Protocol (MCP) with official Streamable HTTP transport implementation. MCP Connectors can now be used in Workflows.
21+
22+
You can update through add-on's dashboard in the [Clever Cloud Console](https://console.clever-cloud.com). You can also set `CC_OTOROSHI_VERSION` of the underlying Java application to `v17.10.0_1765204068` and rebuild it, or use [Clever Tools](/doc/cli/operators/):
23+
24+
```bash
25+
clever features enable operators
26+
27+
clever otoroshi version check yourOtoroshiNameOrId
28+
clever otoroshi version update yourOtoroshiNameOrId
29+
clever otoroshi version update yourOtoroshiNameOrId v17.10.0_1765204068
30+
```
31+
32+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)

0 commit comments

Comments
 (0)