Feishu: validate webhook signatures before parsing (#55083)

* Feishu: validate webhook signatures before parsing

* Scripts: allow Feishu raw body guard callsite
This commit is contained in:
Jacob Tomlinson
2026-03-26 03:29:22 -07:00
committed by GitHub
parent a3b85e1583
commit 5e8cb22176
4 changed files with 82 additions and 29 deletions

View File

@@ -2,3 +2,8 @@
// Keep this barrel thin and aligned with the local extension surface.
export * from "openclaw/plugin-sdk/feishu";
export {
isRequestBodyLimitError,
readRequestBodyWithLimit,
requestBodyErrorToText,
} from "openclaw/plugin-sdk/webhook-ingress";