From 0f34a7c732947b7518146847a5166cc3a1903520 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 25 Jul 2021 08:23:11 -0600 Subject: [PATCH] Use the escape function on name_filter to prevent XSS --- app/basic_operator_panel/resources/content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/basic_operator_panel/resources/content.php b/app/basic_operator_panel/resources/content.php index ae123ba9ba..e7f1ebae77 100644 --- a/app/basic_operator_panel/resources/content.php +++ b/app/basic_operator_panel/resources/content.php @@ -155,9 +155,9 @@ if (is_array($groups) && @sizeof($groups) > 0) { } echo " "; echo " "; -echo " "; +echo " "; echo " \n"; -echo " \n"; +echo " \n"; echo " "; echo " "; echo " ";