pub fn generate_csv_report(
filename: &Path,
assessment: &RiskAssessment,
out_path: &Path,
) -> Result<()>Expand description
Generates a SOC-ready CSV report of the analysis findings.
This format is optimized for ingestion into SIEM or other security orchestration tools. Each finding is exported as an individual row with its associated risk score and severity.