Skip to main content

Module report

Module report 

Source
Expand description

Structured reporting (JSON, SARIF, Text). Reporting logic for scan results.

Modules§

banner
Braille-dot keyhole banner with true-color gradient rendering.

Structs§

JsonArrayReporter
Full JSON array output.
JsonlReporter
One JSON object per line (JSONL).
SarifReporter
SARIF v2.1.0 reporter — STREAMING.
TextReporter
Human-readable text output with gradient banner and styled findings.

Traits§

Reporter
Common trait for all finding reporters.

Type Aliases§

JsonReporter
Alias for JsonArrayReporter for standard JSON output.
ReportError
Common error type used by all reporters.