From efbb39b2a375a8e75209705d02d6aa69904bfd39 Mon Sep 17 00:00:00 2001 From: Max Rockatansky Date: Mon, 22 Feb 2021 01:33:22 +0000 Subject: [PATCH] security: Clarify vulnerability count and provide link to more info Update security_report.html text to clarify what vulnerability total numbers mean, and give more info to learn what the vulnerabilties are. Reviewed-by: James Valleroy [jvalleroy: Make URL a link] Signed-off-by: James Valleroy --- plinth/modules/security/templates/security_report.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plinth/modules/security/templates/security_report.html b/plinth/modules/security/templates/security_report.html index d0e0139f3..4401c1e48 100644 --- a/plinth/modules/security/templates/security_report.html +++ b/plinth/modules/security/templates/security_report.html @@ -10,14 +10,18 @@

{% trans "Security Report" %}

{% blocktrans trimmed with count=freedombox_report.vulns %} - The installed version of FreedomBox has {{ count }} reported security - vulnerabilities. + There are {{ count }} reported security vulnerabilities in the FreedomBox + app, which provides the core services and user interface for a FreedomBox + server. {% endblocktrans %}

{% blocktrans trimmed %} The following table lists the current reported number, and historical count, of security vulnerabilities for each installed app. + More information on the vulnerabilities can be found on the + Debian Security + Bug Tracker. {% endblocktrans %}