|
{{ summary.total }}
Total Issues
|
{{ summary.by_severity.get('critical', 0) }}
Critical
|
{{ summary.by_severity.get('high', 0) }}
High
|
{{ summary.by_severity.get('medium', 0) }}
Medium
|
{{ summary.by_severity.get('low', 0) }}
Low
|
| ID | Severity | Category | Title | Fixable |
|---|---|---|---|---|
{{ issue.check_id }} |
{{ issue.severity_val }} | {{ issue.category_val }} |
{{ issue.title }}
{{ issue.description }}
|
{% if edition == 'full' %} {% if issue.fixable %}Yes{% else %}—{% endif %} {% else %} Full {% endif %} |
No issues found. The panel looks secure!
{% endif %}