mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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…
x
Reference in New Issue
Block a user