mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Resolved XSS issue from alert rule list modal (#13805)
This commit is contained in:
@ -62,7 +62,7 @@ if (! Auth::user()->hasGlobalAdmin()) {
|
||||
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>
|
||||
|
Reference in New Issue
Block a user