Expand description
Structured reporting (JSON, SARIF, Text). Reporting logic for scan results.
Modules§
- banner
- Braille-dot keyhole banner with true-color gradient rendering.
Structs§
- Json
Array Reporter - Full JSON array output.
- Jsonl
Reporter - One JSON object per line (JSONL).
- Sarif
Reporter - SARIF v2.1.0 reporter — STREAMING.
- Text
Reporter - Human-readable text output with gradient banner and styled findings.
Traits§
- Reporter
- Common trait for all finding reporters.
Type Aliases§
- Json
Reporter - Alias for
JsonArrayReporterfor standard JSON output. - Report
Error - Common error type used by all reporters.