{% extends "base.html" %} {% block title %}SAST — All Findings — secfoo{% endblock %} {% block content %} ← Back to SAST SAST
| Project | Access | Title | Source location | Last seen | CVSS |
|---|---|---|---|---|---|
| {{ f.project_display_name }} | {% if f.verdict and f.verdict.lower() == 'confirmed' %}Verified{% endif %} {% if f.cvss_vector | cvss_network_reachable %}External{% endif %} | {{ f.title }} {{ f.cwe or "unverified" }} |
{{ f.location_file }}{% if f.location_line %}:{{ f.location_line }}{% endif %} |
{{ f.last_seen_at | fmt_time }} | {% if f.cvss_score is not none %} {% else %} No vector {% endif %} |