/** * File/path-related vulnerability scanner. * 6 patterns use Pass-2 taint extension (#3). */ import type { SecurityIssue } from '../types.js'; export declare function scanPath(code: string, language: string): SecurityIssue[];