diff --git a/app/templates/security.html b/app/templates/security.html index 07491ab..871592d 100644 --- a/app/templates/security.html +++ b/app/templates/security.html @@ -49,6 +49,13 @@ {% endfor %} + +
{{ unknown|length }} packages are missing metadata for vulnerability scanning:
+ {% for s in unknown %} + {{ s.realname }} + {{ ", " if not loop.last else '' }} + {% endfor %} +