mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:01:15 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user