{% if "vulnerabilities" in (unsupported_features or []) %}

Vulnerability reporting is not supported by this provider.

{% elif vulns %}
{% for v in vulns %} {% endfor %}
SeverityNameSourceLocationState
{{ 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 }}
{% else %}

No vulnerabilities.

{% endif %}