Fix XSS vulnerability

This commit is contained in:
Calvo 2022-10-28 10:52:52 +02:00
parent 4594fb17e2
commit ccc27883f6

View File

@ -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'];