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:
commit
271551c3e6
|
@ -97,7 +97,7 @@ if ($edit_networkmap) {
|
||||||
return;
|
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 of the map itself, not data source.
|
||||||
$id_group_map = $values['id_group_map'];
|
$id_group_map = $values['id_group_map'];
|
||||||
|
|
Loading…
Reference in New Issue