mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user