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@mailbox.org>
[jvalleroy: Make URL a link]
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Max Rockatansky 2021-02-22 01:33:22 +00:00 committed by James Valleroy
parent 186596cfbf
commit efbb39b2a3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -10,14 +10,18 @@
<h3>{% trans "Security Report" %}</h3> <h3>{% trans "Security Report" %}</h3>
<p> <p>
{% blocktrans trimmed with count=freedombox_report.vulns %} {% blocktrans trimmed with count=freedombox_report.vulns %}
The installed version of FreedomBox has {{ count }} reported security There are {{ count }} reported security vulnerabilities in the FreedomBox
vulnerabilities. app, which provides the core services and user interface for a FreedomBox
server.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
The following table lists the current reported number, and historical The following table lists the current reported number, and historical
count, of security vulnerabilities for each installed app. count, of security vulnerabilities for each installed app.
More information on the vulnerabilities can be found on the
<a href="https://security-tracker.debian.org/tracker/">Debian Security
Bug Tracker</a>.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>