From 59566be1f22786d5e76db476e8e48e24178c4946 Mon Sep 17 00:00:00 2001 From: loviuz Date: Thu, 20 Jul 2023 12:12:27 +0200 Subject: [PATCH] =?UTF-8?q?Potenziale=20vulnerabilit=C3=A0=20XSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.php b/oauth2.php index 0039bd1bd..055b7813b 100644 --- a/oauth2.php +++ b/oauth2.php @@ -58,7 +58,7 @@ if (empty($_GET['error'])) { redirect($redirect); exit(); } else { - echo $_GET['error'].'
'.$_GET['error_description'].' + echo strip_tags($_GET['error']).'
'.strip_tags($_GET['error_description']).'

'.tr('Riprova').''; }