Merge branch 'ent-7389-Vulnerabilidad-Cross-Site-Scripting-Consola' into 'develop'
Ent 7389 vulnerabilidad cross site scripting consola See merge request artica/pandorafms!4096
This commit is contained in:
commit
f4bf9027b1
|
@ -210,7 +210,7 @@ switch ($login_screen) {
|
|||
case 'login':
|
||||
if (!empty($page) && !empty($sec)) {
|
||||
foreach ($_POST as $key => $value) {
|
||||
html_print_input_hidden(io_safe_input($key), $value);
|
||||
html_print_input_hidden(io_safe_input($key), io_safe_input($value));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue