security: list all the packages missing vuln metadata

It's a bit of a wall of text right now, but we need to show them
somewhere so we can fix them.
This commit is contained in:
Christoph Reiter
2024-12-14 10:53:14 +01:00
parent 73aa5d60bf
commit e6e5bc74ad

View File

@@ -49,6 +49,13 @@
{% endfor %}
</tbody>
</table>
<h6>{{ unknown|length }} packages are missing metadata for vulnerability scanning:</h6>
{% for s in unknown %}
<a href="{{ url_for('base', base_name=s.name) }}">{{ s.realname }}</a>
{{ ", " if not loop.last else '' }}
{% endfor %}
</div>
</div>