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 %}
{{head}} |
{% endfor %}
{% for cve in cves_to_fix %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
CVEs to fix w/ a launchpad assigned: {{cves_to_fix_lp | length}}
{% if cves_to_fix_lp|length >= 1 %}
{% for head in heads %}
{{head}} |
{% endfor %}
{% for cve in cves_to_fix_lp %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
CVEs to track for launchpad fixed: {{cves_to_track_lp_fixed | length}}
{% if cves_to_track_lp_fixed|length >= 1 %}
{% for head in heads %}
{{head}} |
{% endfor %}
{% for cve in cves_to_track_lp_fixed %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
CVEs to track for incoming fix: {{cves_to_track | length}}
{% if cves_to_track|length >= 1 %}
{% for head in heads %}
{{head}} |
{% endfor %}
{% for cve in cves_to_track %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
CVEs that are Invalid or Won't Fix: {{cves_wont_fix | length}}
{% if cves_wont_fix|length >= 1 %}
{% for head in heads %}
{{head}} |
{% endfor %}
{% for cve in cves_wont_fix %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
CVEs to omit: {{cves_to_omit | length}}
{% if cves_to_omit|length >= 1 %}
{% for head in heads %}
{{head}} |
{% endfor %}
{% for cve in cves_to_omit %}
{{cve["id"]}} |
{{cve["status"]}} |
{{cve["cvss2Score"]}} |
{{cve["av"]}} |
{{cve["ac"]}} |
{{cve["au"]}} |
{{cve["ai"]}} |
{% endfor %}
{% endif %}
ERROR: CVEs that have no cvss2Score or cvss2Vector:{{cves_w_errors | length}}
{% if cves_w_errors|length >= 1 %}
{% for cve in cves_w_errors %}
{{cve["id"]}} |
{{cve["status"]}} |
{% endfor %}
{% endif %}