From 6c4df21238e2002bfea04ac95d39afb36cbc3d37 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 2 Mar 2022 12:47:04 +0100 Subject: Typo --- doc/flow_risks.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 `_ for a list of insecure ciphers. +Risk triggered when an unsafe TLS cipher is used. See `this page `_ 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: -- cgit v1.2.3