{% for vulnerability in findings %} {% endfor %}
ID Severity Found By Description Purl
{{ vulnerability.id }} {% for tool in vulnerability.tools %} {{tool.vendor}} {{tool.name}} {{ ", " if not loop.last else "" }} {% endfor %} {% if vulnerability.description %} {{ vulnerability.description |truncate(300, False) }} {%endif %} {{ vulnerability.affects[0].ref.__root__ |truncate(100, True) }}