Merge "Fix bug in CVE html report generation"
This commit is contained in:
commit
11233cc04c
@ -93,7 +93,7 @@
|
|||||||
<h2>ERROR: CVEs that have no cvss2Score or cvss2Vector:{{cves_w_errors | length}}</h2>
|
<h2>ERROR: CVEs that have no cvss2Score or cvss2Vector:{{cves_w_errors | length}}</h2>
|
||||||
<table>
|
<table>
|
||||||
{% if cves_w_errors|length >= 1 %}
|
{% if cves_w_errors|length >= 1 %}
|
||||||
{% for cve in cves_to_track %}
|
{% for cve in cves_w_errors %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{cve["id"]}}</td>
|
<td>{{cve["id"]}}</td>
|
||||||
<td>{{cve["status"]}}</td>
|
<td>{{cve["status"]}}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user