@aikidosec/firewall
Version:
Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks
6 lines (5 loc) • 383 B
TypeScript
import type { Agent } from "../Agent";
import { getContext } from "../Context";
import type { InterceptorResult } from "./InterceptorResult";
import type { WrapPackageInfo } from "./WrapPackageInfo";
export declare function onInspectionInterceptorResult(context: ReturnType<typeof getContext>, agent: Agent, result: InterceptorResult, pkgInfo: WrapPackageInfo, start: number): void;