aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2022-02-03 09:17:54 +0100
committerLuca <deri@ntop.org>2022-02-03 09:17:54 +0100
commit37ff626e78149b4eb877b042672801b58d797100 (patch)
tree7654aeb95ebd3761a18ab49176d82bad1785f962 /python
parentcd3d720ae36e943a3e9ddd7275b983df6c6652d0 (diff)
Added new IDN/Punycode risk for spotting internationalized domain names
Diffstat (limited to 'python')
-rw-r--r--python/ndpi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index 8b90c912e..1b47d8a17 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -333,6 +333,7 @@ typedef enum {
NDPI_INVALID_CHARACTERS,
NDPI_POSSIBLE_EXPLOIT,
NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE,
+ NDPI_PUNYCODE_IDN,
/* Leave this as last member */
NDPI_MAX_RISK