UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.

12 lines (11 loc) 334 B
import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class ChildProcess implements Wrapper { wrap(hooks: Hooks): void; private inspectFork; private inspectSpawn; private inspectExecFile; private inspectExec; private isShellCommand; private usingShell; }