{% extends "base.html" %} {% block content %} {% load event_tags %} {% load display_tags %} {% load humanize %} {% if product_type %}
{% if product_type %} {% for prod in product_type.prod_type.all %}
{% if test.notes.all %}
{% for note in test.notes.all %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
{% for test in engagement.test_set.all %}
{% if test.notes.all %}
{% for note in test.notes.all %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% endif %}
{% endfor %}
==== Product: ====
{{ find.test.engagement.product.name }}
==== Status: ====
{{ find.status }}
==== Severity: ====
{{ find.severity }} ({{ find.numerical_severity }})
==== Description / Exploit: ====
{{ find.description|linebreaksbr }}
==== Impact: ====
{{ find.impact|linebreaksasciidocbr }}
==== Systems Vulnerable: ====
{% for endpoint in find.endpoints.all %}
{{ endpoint }} +
{% endfor %}
==== Suggested Mitigation: ====
{{ find.mitigation|linebreaksasciidocbr }}
==== Further References: ====
{{ find.references|linebreaksasciidocbr }}
==== Finding Notes: ====
{% if find.notes.all %}
{% for note in find.notes.all %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% else %}
No notes found.
{% endif %}
==== Severity: ====
{{ find.severity }} ({{ find.numerical_severity }})
==== Description / Exploit: ====
{{ find.description|linebreaksasciidocbr }}
==== Finding Notes: ====
{% if find.notes.all %}
{% for note in find.notes.all %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% else %}
No notes found.
{% 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 }}
==== Systems Vulnerable: ====
{% for endpoint in find.endpoints.all %}
{{ endpoint }} +
{% endfor %}
==== Suggested Mitigation: ====
{{ find.mitigation|linebreaksasciidocbr }}
==== Further References: ====
{{ find.references|linebreaksasciidocbr }}
==== Finding Notes: ====
{% if find.notes.all %}
{% for note in find.notes.all %}
{{ note.author }} - {{ note.date }} - {{ note }} +
{% endfor %}
{% else %}
No notes found.
{% endif %}