@aikidosec/firewall
Version:
Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks
5 lines (4 loc) • 316 B
TypeScript
import { Context } from "../agent/Context";
import { Source } from "../agent/Source";
import { extractStringsFromUserInput } from "./extractStringsFromUserInput";
export declare function extractStringsFromUserInputCached(context: Context, source: Source): ReturnType<typeof extractStringsFromUserInput> | undefined;