Skip to content

Commit

Permalink
Resolved XSS issue from alert rule list modal (#13805)
Browse files Browse the repository at this point in the history
  • Loading branch information
laf committed Feb 22, 2022
1 parent 09929bd commit 703745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/html/modal/alert_rule_list.inc.php
Expand Up @@ -62,7 +62,7 @@
echo "
<tr>
<td>{$rule['name']}</td>
<td><i>" . htmlentities($rule_display) . "</i></td>
<td><i>" . htmlentities(strip_tags($rule_display)) . "</i></td>
<td>{$rule['severity']}</td>
<td>{$rule['id']}</td>
</tr>
Expand Down

0 comments on commit 703745d

Please sign in to comment.