@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) • 332 B
TypeScript
import { Hooks } from "../agent/hooks/Hooks";
import { Wrapper } from "../agent/Wrapper";
export declare class BetterSQLite3 implements Wrapper {
private readonly dialect;
private inspectQuery;
/**
* Inspect path of sqlite3.backup for path traversal
*/
private inspectPath;
wrap(hooks: Hooks): void;
}