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