Merge branch 'ent-9717-vulnerabilidad-xss' into 'develop'

Fix XSS vulnerability

ref:pandora_enterprise#9717

See merge request artica/pandorafms!5230
This commit is contained in:
Jimmy Olano 2022-11-02 13:04:28 +00:00
commit 271551c3e6
1 changed files with 1 additions and 1 deletions

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