aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ndpi.py')
-rw-r--r--python/ndpi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index ed7720192..a037bf5aa 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -36,7 +36,8 @@ typedef enum {
typedef enum {
ndpi_url_no_problem = 0,
ndpi_url_possible_xss,
- ndpi_url_possible_sql_injection
+ ndpi_url_possible_sql_injection,
+ ndpi_url_possible_rce_injection
} ndpi_url_risk;
/* NDPI_VISIT */