mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix XSS vulnerability
This commit is contained in:
parent
4594fb17e2
commit
ccc27883f6
@ -97,7 +97,7 @@ if ($edit_networkmap) {
|
||||
return;
|
||||
}
|
||||
|
||||
$name = io_safe_output($values['name']);
|
||||
$name = io_safe_output_html($values['name']);
|
||||
|
||||
// Id group of the map itself, not data source.
|
||||
$id_group_map = $values['id_group_map'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user