From 5aea5f912f6e6d19dedb1fdfc25a29a2e1fc1694 Mon Sep 17 00:00:00 2001 From: noobpk Date: Tue, 8 Feb 2022 20:48:42 +0700 Subject: [PATCH] applying htmlspecialchars for sanitization output Fix issue XSS Disclosure : https://huntr.dev/bounties/5f41b182-dda2-4c6f-9668-2a9afaed53af/ --- lib/tpl/main.php | 4 ++-- lib/tpl/serversList.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/tpl/main.php b/lib/tpl/main.php index 01b8a75..e40c136 100644 --- a/lib/tpl/main.php +++ b/lib/tpl/main.php @@ -65,7 +65,7 @@ @@ -77,7 +77,7 @@ diff --git a/lib/tpl/serversList.php b/lib/tpl/serversList.php index 6e05d37..46c5833 100644 --- a/lib/tpl/serversList.php +++ b/lib/tpl/serversList.php @@ -44,9 +44,9 @@ ?> - + - + $item): ?> " class="row-full">  -