/** * MCP Git CVE Scanner * * Detects CVEs specific to mcp-server-git installations: * - CVE-2025-68143: Unrestricted git_init — no path restriction allows repo creation anywhere * - CVE-2025-68144: git_diff argument injection — user input passed directly to git CLI * - CVE-2025-68145: Path traversal — ../../../ sequences escape the repository root */ import { ScannerModule } from '../types'; export declare const mcpGitCveScanner: ScannerModule; //# sourceMappingURL=mcp-git-cve-scanner.d.ts.map