From de4c519143b381febe66fcfcdfaa8fddb766c334 Mon Sep 17 00:00:00 2001 From: ZeroPath Date: Wed, 11 Dec 2024 19:58:25 +0000 Subject: [PATCH] fix: Mitigate XSS vulnerability by escaping user input with htmlspecialchars() --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index cd00388..f6293fb 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@