diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 3 |
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 */ |