ID: {{ finding.id }}
Date: {{ finding.date }}
Active: {{ 'Yes' if finding.active else 'No' }}
Verified: {{ 'Yes' if finding.verified else 'No' }}
{% if finding.description_html %}
{{ finding.description_html|safe }}
{% endif %} {% if finding.mitigation_html %}
Mitigation
{{ finding.mitigation_html|safe }}
{% endif %} {% if finding.impact_html %}
Impact
{{ finding.impact_html|safe }}
{% endif %} {% if finding.steps_to_reproduce_html %}
Steps to Reproduce
{{ finding.steps_to_reproduce_html|safe }}
{% endif %} {% if finding.file_path_html %}
File
{{ finding.file_path_html }} {% if finding.line_html %}
Line:
{{ finding.line_html }} {% endif %}
{% endif %} {% if finding.request_response_html %}
Request and response
{{ finding.request_response_html|safe }}
{% endif %} {% if finding.references_html %}
References:
{{ finding.references_html|safe }}
{% endif %}
No findings to display.