/** * SQLi false-positive regression suite. * * Verifies that the `vaspera:sqli:template-literal` rule fires ONLY when both * guards pass: * 1. The call's method name is a known SQL-execution callee * (enforced via `requireCalleeIn`). * 2. The template literal argument contains a SQL statement keyword at * word-boundary position (enforced via `requireSqlKeyword`). * * FP cases confirmed from dogfooding run that produced ~17 phantom findings: * - core.warning(`Could not create check run: ${error}`) * - markdown string `Option A: Update Code ${badge}` * - core.error(`Could not create .mcp.json: ${x}`) * - any non-SQL execute() / raw() caller */ export {}; //# sourceMappingURL=sqli-false-positive.test.d.ts.map