From fa0ec2f99a9ca35e8bc6385197e8e88315736eb6 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 27 Mar 2024 17:54:06 +0100 Subject: [PATCH] security: link the docs --- app/templates/security.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/security.html b/app/templates/security.html index dd4499e..8405d80 100644 --- a/app/templates/security.html +++ b/app/templates/security.html @@ -9,7 +9,10 @@
-

{{ known|length }} out of {{ sources|length }} packages contain enough metadata for vulnerability scanning.

+

{{ known|length }} out of {{ sources|length }} + packages contain enough metadata for vulnerability scanning. For more + information see the + vulnerability reporting documentation.