UNPKG

pury

Version:

🛡️ AI-powered security scanner with advanced threat detection, dual reporting system (detailed & summary), and comprehensive code analysis

19 lines 652 B
import { type ScanReport } from '../types/index.js'; export declare class ConsoleReporter { output(report: ScanReport): Promise<void>; writeToFile(report: ScanReport, filePath: string): Promise<void>; private printHeader; private printSummary; private printFindings; private printFileSeverityFindings; private printNoFindings; private printFooter; private groupFindingsByFileAndSeverity; private groupFindingsByType; private getRelativePath; private groupFindingsBySeverity; private getSeverityIcon; private colorBySeverity; private generateTextReport; } //# sourceMappingURL=console.d.ts.map