fix(feishu): fail closed on webhook signature checks

This commit is contained in:
Peter Steinberger
2026-03-13 03:10:12 +00:00
parent ec3c20d96d
commit 496ca3a637
3 changed files with 411 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ export {
} from "../config/types.secrets.js";
export { buildSecretInputSchema } from "./secret-input-schema.js";
export { createDedupeCache } from "../infra/dedupe.js";
export { installRequestBodyLimitGuard } from "../infra/http-body.js";
export { installRequestBodyLimitGuard, readJsonBodyWithLimit } from "../infra/http-body.js";
export { fetchWithSsrFGuard } from "../infra/net/fetch-guard.js";
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export type { PluginRuntime } from "../plugins/runtime/types.js";