{{ report.executive_summary }}
| Severity | File | Line | Description | Tags |
|---|---|---|---|---|
| {{ finding.severity.value }} | {{ finding.file_path }} | {{ finding.line_number }} |
{{ finding.title }} {{ finding.description[:200] }}{% if finding.description|length > 200 %}...{% endif %} {% if finding.code_snippet %} {{ finding.code_snippet }}
|
{% for tag in finding.tags[:3] %} {{ tag }} {% endfor %} |
No issues found in this category.
| Severity | File | Line | Issue | Remediation |
|---|---|---|---|---|
| {{ finding.severity.value }} | {{ finding.file_path }} | {{ finding.line_number }} |
{{ finding.title }} {{ finding.description }} |
{{ finding.remediation }} |
No security issues found.
| Severity | Metric Name | File | Issue | Stats |
|---|---|---|---|---|
| {{ finding.severity.value }} | {{ finding.metric_name }} |
{{ finding.file_path }} |
{{ finding.title }} {{ finding.description }} {% if finding.likely_cause %} Likely cause: {{ finding.likely_cause }} {% endif %} |
Samples: {{ finding.sample_count }} Range: {{ "%.4f"|format(finding.min_value) }} - {{ "%.4f"|format(finding.max_value) }} Variance: {{ "%.6f"|format(finding.variance) }} |
No metric issues found.
No recommendations at this time.