Merge "Fix bug in CVE html report generation"

This commit is contained in:
Zuul 2020-01-13 21:52:55 +00:00 committed by Gerrit Code Review
commit 11233cc04c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<h2>ERROR: CVEs that have no cvss2Score or cvss2Vector:{{cves_w_errors | length}}</h2>
<table>
{% if cves_w_errors|length >= 1 %}
{% for cve in cves_to_track %}
{% for cve in cves_w_errors %}
<tr>
<td>{{cve["id"]}}</td>
<td>{{cve["status"]}}</td>