Security report from vuls scan from {{title}}

CVEs to fix w/o a launchpad assigned: {{cves_to_fix | length}}

{% if cves_to_fix|length >= 1 %} {% for head in heads %} {% endfor %} {% for cve in cves_to_fix %} {% endfor %} {% endif %}
{{head}}
{{cve["id"]}} {{cve["status"]}} {{cve["cvss3Score"]}} {{cve["av"]}} {{cve["ac"]}} {{cve["ui"]}} {{cve["ai"]}}

CVEs to fix w/ a launchpad assigend: {{cves_to_fix_lp | length}}

{% if cves_to_fix_lp|length >= 1 %} {% for head in heads %} {% endfor %} {% for cve in cves_to_fix_lp %} {% endfor %} {% endif %}
{{head}}
{{cve["id"]}} {{cve["status"]}} {{cve["cvss3Score"]}} {{cve["av"]}} {{cve["ac"]}} {{cve["ui"]}} {{cve["ai"]}}

CVEs to track for incoming fix: {{cves_to_track | length}}

{% if cves_to_track|length >= 1 %} {% for head in heads %} {% endfor %} {% for cve in cves_to_track %} {% endfor %} {% endif %}
{{head}}
{{cve["id"]}} {{cve["status"]}} {{cve["cvss3Score"]}} {{cve["av"]}} {{cve["ac"]}} {{cve["ui"]}} {{cve["ai"]}}

CVEs that are Invalid or Won't Fix: {{cves_wont_fix | length}}

{% if cves_wont_fix|length >= 1 %} {% for head in heads %} {% endfor %} {% for cve in cves_wont_fix %} {% endfor %} {% endif %}
{{head}}
{{cve["id"]}} {{cve["status"]}} {{cve["cvss3Score"]}} {{cve["av"]}} {{cve["ac"]}} {{cve["ui"]}} {{cve["ai"]}}

CVEs to omit: {{cves_to_omit | length}}

{% if cves_to_omit|length >= 1 %} {% for head in heads %} {% endfor %} {% for cve in cves_to_omit %} {% endfor %} {% endif %}
{{head}}
{{cve["id"]}} {{cve["status"]}} {{cve["cvss3Score"]}} {{cve["av"]}} {{cve["ac"]}} {{cve["ui"]}} {{cve["ai"]}}

ERROR: CVEs that have no cvss3Score or cvss2Vector:{{cves_w_errors | length}}

{% if cves_w_errors|length >= 1 %} {% for cve in cves_w_errors %} {% endfor %} {% endif %}
{{cve["id"]}} {{cve["status"]}}