From e0a159736c9e0c8366c547f631eb9803cc5cf1fc Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Fri, 21 Feb 2020 10:50:56 +0100 Subject: [PATCH] safe output to string with entities --- pandora_console/include/functions_netflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_netflow.php b/pandora_console/include/functions_netflow.php index 95e74fcfde..ada2e98398 100644 --- a/pandora_console/include/functions_netflow.php +++ b/pandora_console/include/functions_netflow.php @@ -1673,7 +1673,7 @@ function netflow_get_top_data( // Get the command to call nfdump. $agg_command = sprintf( '%s -q -o csv -n %s -s %s/bytes -t %s-%s', - netflow_get_command($filter), + io_safe_output(netflow_get_command($filter)), $max, $aggregate, date($nfdump_date_format, $start_date),