9router/src
tuanaiseo 1f3d3a8f7f
fix(security)(app): unauthenticated server shutdown endpoint enables d (#519)
The shutdown API calls `process.exit(0)` on POST without any authentication or authorization checks. Any party that can reach this endpoint can terminate the server process, causing immediate service disruption.

Affected files: route.js

Signed-off-by: tuanaiseo <221258316+tuanaiseo@users.noreply.github.com>
2026-04-08 15:39:09 +07:00
..
app fix(security)(app): unauthenticated server shutdown endpoint enables d (#519) 2026-04-08 15:39:09 +07:00
i18n Add multi-language support for UI 2026-03-17 09:30:07 +07:00
lib fix: update Cursor client version to 3.1.0 for Composer 2 compatibility (#525) 2026-04-08 15:37:51 +07:00
mitm - Introduce default MITM router base URL and update related components to handle it. 2026-04-04 11:25:58 +07:00
models feat(proxy): add proxy pool and per-connection binding + strictProxy support 2026-03-09 15:46:06 +07:00
shared Fix bug 2026-04-07 11:35:25 +07:00
sse Fix bug 2026-04-06 17:32:44 +07:00
store Add Providers 2026-02-20 17:05:46 +07:00
dashboardGuard.js Fix Bug 2026-03-27 11:45:54 +07:00
proxy.js Fix Bug 2026-03-27 11:45:54 +07:00
server-init.js feat : 2026-02-21 16:42:46 +07:00