Skip to content

Commit

Permalink
Show not specified for missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangChen199102 committed Aug 15, 2024
1 parent 755be7e commit fb0b8a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gcp/appengine/frontend3/src/templates/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ <h1 class="title">Vulnerabilities</h1>
<span role="cell" class="vuln-table-cell vuln-packages mdc-data-table__cell">
<ul class="packages">
{% for package in (vulnerability.affected | list_packages) %}
<li>{{ package }}</li>
<li>{{ package }}</li>
{% else %}
<li>Not specified</li>
{% endfor %}
</ul>

</span>
<span role="cell" class="vuln-table-cell vuln-summary mdc-data-table__cell">
{{ vulnerability.summary or "See record for full details" }}
Expand Down

0 comments on commit fb0b8a9

Please sign in to comment.