{% extends "base.html" %} {% block content %} {{ block.super }} {% load event_tags %} {% load display_tags %} {% load humanize %} {% load get_endpoint_status %} {% load get_note_status %} {% load get_notetype_availability %} {% if product_type %}
{% if product_type %} {% for prod in product_type.prod_type.all %}
{% if notes %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
{% for test in engagement.test_set.all %}
{% with notes=test.notes.all|get_public_notes %}
{% if notes %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
{% endwith %}
{% endfor %}
==== Product: ====
{{ find.test.engagement.product.name }}
==== Status: ====
{{ find.status }}
==== CVSS v3: ====
{{ find.cvssv3 }}
==== Severity: ====
{{ find.severity }} ({{ find.numerical_severity }})
==== Description / Exploit: ====
{{ find.description|linebreaksbr }}
==== Impact: ====
{{ find.impact|linebreaksasciidocbr }}
==== Vulnerable Endpoints: ====
{% for endpoint in endpoints %}
{{ endpoint }} +
{% endfor %}
==== Remediated Endpoints: ====
{% for endpoint in endpoints %}
{{ endpoint }} +
{% endfor %}
==== Suggested Mitigation: ====
{{ find.mitigation|linebreaksasciidocbr }}
==== Further References: ====
{{ find.references|linebreaksasciidocbr }}
==== Finding Images: ====
{% include "dojo/snippets/file_images.html" with size='small' obj=find format="AsciiDoc" %}
==== Finding Notes: ====
{% if notes|get_notetype_notes_count > 0 %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {% if note.note_type != None %}{{ note.note_type }}{% endif %} - {{ note }} +
{% endfor %}
{% else %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
==== Severity: ====
{{ find.severity }} ({{ find.numerical_severity }})
==== Description / Exploit: ====
{{ find.description|linebreaksasciidocbr }}
==== Finding Images: ====
{% include "dojo/snippets/file_images.html" with size='small' obj=find format="AsciiDoc" %}
==== Finding Notes: ====
{% if notes|get_notetype_notes_count > 0 %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {% if note.note_type != None %}{{ note.note_type }}{% endif %} - {{ note }} +
{% endfor %}
{% else %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
==== Product: ====
{{ find.test.engagement.product.name }}
==== Status: ====
{{ find.status }}
==== Severity: ====
{{ find.severity }} ({{ find.numerical_severity }})
==== Description / Exploit: ====
{{ find.description|linebreaksbr }}
==== Impact: ====
{{ find.impact|linebreaksasciidocbr }}
==== Vulnerable Endpoints: ====
{% for endpoint in endpoints %}
{{ endpoint }} +
{% endfor %}
==== Remediated Endpoints: ====
{% for endpoint in endpoints %}
{{ endpoint }} +
{% endfor %}
==== Suggested Mitigation: ====
{{ find.mitigation|linebreaksasciidocbr }}
==== Further References: ====
{{ find.references|linebreaksasciidocbr }}
==== Finding Images: ====
{% include "dojo/snippets/file_images.html" with size='small' obj=find format="AsciiDoc" %}
==== Finding Notes: ====
{% if notes|get_notetype_notes_count > 0 %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {% if note.note_type != None %}{{ note.note_type }}{% endif %} - {{ note }} +
{% endfor %}
{% else %}
{% for note in notes reversed %}
{{ note.author }} - {{ note.date }} - {{ note|linebreaks }} +
{% endfor %}
{% endif %}