UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

12 lines (11 loc) 326 B
import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class SQLite3 implements Wrapper { private readonly dialect; private inspectQuery; /** * Inspect path of sqlite3.backup for path traversal */ private inspectPath; wrap(hooks: Hooks): void; }