No security findings detected.
{% endif %}
{% for f in findings %}
{{ f.file_path }}:{{ f.line_number }}{% if f.cwe_id %} · {{ f.cwe_id }}{% endif %}
{{ f.description }}
{% if f.code_snippet %}
{{ f.code_snippet | e }}
{% endif %}
{{ f.remediation }}
{% endfor %}