{% extends "base.html" %}
{% block content %}
Findings
| Finding | Probe | ASI | Severity | Attempts | Success | Summary |
|---|---|---|---|---|---|---|
| {{ f.id }} | {{ f.probe_id }} | {{ f.asi.value }} | {{ f.severity.value }} | {{ f.attempt_count }} | {% if f.success %}attack hit{% else %}defended{% endif %} | {{ f.summary }} |
No findings to display.