mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
186596cfbf
commit
efbb39b2a3
@ -10,14 +10,18 @@
|
||||
<h3>{% trans "Security Report" %}</h3>
|
||||
<p>
|
||||
{% 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 %}
|
||||
</p>
|
||||
<p>
|
||||
{% 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
|
||||
<a href="https://security-tracker.debian.org/tracker/">Debian Security
|
||||
Bug Tracker</a>.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user