| Category | Count | Percentage |
|---|---|---|
| {{ category }} | {{ count }} | {{ "%.1f"|format((count / summary.total_findings * 100) if summary.total_findings > 0 else 0) }}% |
| Severity | Count | Percentage |
|---|---|---|
| {{ severity|capitalize }} | {{ count }} | {{ "%.1f"|format((count / summary.total_findings * 100) if summary.total_findings > 0 else 0) }}% |
| Source | Files | Findings | Verified | Last Activity |
|---|---|---|---|---|
| {{ source.source }} | {{ source.file_count }} | {{ source.finding_count }} | {{ source.verified_findings }} | {{ source.last_activity or 'N/A' }} |