{% if "vulnerabilities" in (unsupported_features or []) %}
Vulnerability reporting is not supported by this provider.
{% elif vulns %}| Severity | Name | Source | Location | State |
|---|---|---|---|---|
| {{ v.severity }} |
{{ v.name }}
{% if v.fixed_in_branch %} fixed in branch{% endif %} {% if v.report_stale %} stale report{% endif %} |
{{ v.source }} | {{ v.location or "" }} | {{ v.state }} |
No vulnerabilities.
{% endif %}