mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Rename alert_tls_old_version -> alert_tls_old_protocol_version everywhere for consistency
This commit is contained in:
parent
0fbe214a60
commit
b3cf18d821
2 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ local script = {
|
|||
{ 4, i18n("flow_risk.ndpi_binary_application_transfer") },
|
||||
{ 5, i18n("flow_risk.ndpi_known_protocol_on_non_standard_port") },
|
||||
-- { 6, i18n("flow_risk.ndpi_tls_selfsigned_certificate") }, -- handled in tls_certificate_selfsigned.lua
|
||||
-- { 7, i18n("flow_risk.ndpi_tls_obsolete_version") }, -- handled in tls_old_version.lua
|
||||
-- { 7, i18n("flow_risk.ndpi_tls_obsolete_version") }, -- handled in tls_old_protocol_version.lua
|
||||
-- { 8, i18n("flow_risk.ndpi_tls_weak_cipher") }, -- handled in tls_certificate_expired.lua
|
||||
-- { 9, i18n("flow_risk.ndpi_tls_certificate_expired") }, -- handled in tls_certificate_expired.lua
|
||||
-- { 10, i18n("flow_risk.ndpi_tls_certificate_mismatch") }, -- handled in tls_certificate_mismatch.lua TODO: migrate to flow risk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue