fix: close Hookify runtime review gaps

This commit is contained in:
Affaan Mustafa
2026-07-26 05:38:49 -04:00
parent 396fadc784
commit ca26e35e9c
9 changed files with 289 additions and 46 deletions
+1
View File
@@ -316,6 +316,7 @@ function run(rawInput, context = {}) {
});
const evaluated = evaluateRules(loaded.rules, payload, {
timeoutMs: LIMITS.regexTimeoutMs,
maxFieldBytes: LIMITS.maxInputBytes,
});
const output = buildOutput(eventName, evaluated.matches, [
...loaded.diagnostics,