Total IEVI Score: {{ summary.ievi_score }}
Risk Level: {{ summary.risk_level }}
Total Checks: {{ findings|length }}
Vulnerabilities Found: {{ findings|selectattr('is_vulnerable')|list|length }}
| Check Name | Status | Description | Trace | Recommendation |
|---|---|---|---|---|
| {{ finding.check_name }} | {% if finding.is_vulnerable %} VULNERABLE {% else %} SAFE {% endif %} | {{ finding.description }} |
|
{{ finding.recommendation | safe}} |