fix: start gateway in docker CMD (#6635) (thanks @kaizen403)

main
Ayaan Zaidi 2026-02-02 17:22:21 +05:30 committed by Ayaan Zaidi
parent d134a8c7f3
commit 66307695eb
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Docs: https://docs.openclaw.ai
- Agents: wire before_tool_call plugin hook into tool execution. (#6570, #6660) Thanks @ryancnelson.
- Browser: secure Chrome extension relay CDP sessions.
- Docker: use container port for gateway command instead of host port. (#5110) Thanks @mise42.
- Docker: start gateway CMD by default for container deployments. (#6635) Thanks @kaizen403.
- fix(lobster): block arbitrary exec via lobsterPath/cwd injection (GHSA-4mhr-g7xj-cg8j). (#5335) Thanks @vignesh07.
- Security: sanitize WhatsApp accountId to prevent path traversal. (#4610)
- Security: restrict MEDIA path extraction to prevent LFI. (#4930)