Skip to content

Commit

Permalink
Fix XSS vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvo committed Oct 28, 2022
1 parent 4594fb1 commit ccc2788
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@
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'];
Expand Down

0 comments on commit ccc2788

Please sign in to comment.