{% extends "base.html" %} {% load humanize %} {% block content %}
| Endpoint | Product | Open Findings |
|---|---|---|
| {{ e|truncatechars:70 }} {% if e.tags %} {% for tag in e.tags %} {{ tag }} {% endfor %} {% endif %} | {{ e.product }} | {{ e.finding_count_endpoint }} |
No endpoints found.
{% endif %}