aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-03-02 12:47:04 +0100
committerLuca Deri <deri@ntop.org>2022-03-02 12:47:04 +0100
commit6c4df21238e2002bfea04ac95d39afb36cbc3d37 (patch)
tree077fcdfe08acf42aebc0440e6ac04e7435d138cb
parent4da1453d904f03c536a6b982217d9785338a7f92 (diff)
Typo
-rw-r--r--doc/flow_risks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/flow_risks.rst b/doc/flow_risks.rst
index e3b661150..de7b88d14 100644
--- a/doc/flow_risks.rst
+++ b/doc/flow_risks.rst
@@ -45,25 +45,25 @@ TLS/QUIC only: this risk is triggered when a `self-signed certificate <https://e
NDPI_TLS_OBSOLETE_VERSION
=========================
-Risk 0triggered when TLS version is older than 1.1.
+Risk triggered when TLS version is older than 1.1.
.. _Risk 008:
NDPI_TLS_WEAK_CIPHER
====================
-Risk 0triggered when an unsafe TLS cipher is used. See `this page <https://community.qualys.com/thread/18212-how-does-qualys-determine-the-server-cipher-suites>`_ for a list of insecure ciphers.
+Risk triggered when an unsafe TLS cipher is used. See `this page <https://community.qualys.com/thread/18212-how-does-qualys-determine-the-server-cipher-suites>`_ for a list of insecure ciphers.
.. _Risk 009:
NDPI_TLS_CERTIFICATE_EXPIRED
============================
-Risk 0triggered when a TLS certificate is expired, i.e. the current date falls outside of the certificate validity dates.
+Risk triggered when a TLS certificate is expired, i.e. the current date falls outside of the certificate validity dates.
.. _Risk 010:
NDPI_TLS_CERTIFICATE_MISMATCH
=============================
-Risk 0triggered when a TLS certificate does not match the hostname we're accessing. Example you do http://www.aaa.com and the TLS certificate returned is for www.bbb.com.
+Risk triggered when a TLS certificate does not match the hostname we're accessing. Example you do http://www.aaa.com and the TLS certificate returned is for www.bbb.com.
.. _Risk 011: