Skip to content
Permalink
Browse files Browse the repository at this point in the history
security: [generic-template:index] Fixed unsanitized input
  • Loading branch information
mokaddem committed Jun 24, 2021
1 parent ff8f14b commit 2fde647
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
}, $data));
} else {
if (count($data) > 0) {
$data = $data[0];
$data = h($data[0]);
} else {
$data = '';
}
Expand Down

0 comments on commit 2fde647

Please sign in to comment.