From 4509beb6971d804abdf3a5da193301cf413ffba0 Mon Sep 17 00:00:00 2001 From: paintballrefjosh Date: Sat, 4 Mar 2017 16:48:41 -0600 Subject: [PATCH] Fixed XSS exploit in install script Added htmlspecialchars() to "step" variable. --- install/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 36ab7c1..aa9e439 100644 --- a/install/index.php +++ b/install/index.php @@ -30,9 +30,10 @@ function output_message($type, $text)