mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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;
|
||||
}
|
||||
|
||||
$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