fix: [security] stored XSS in the correlation top list

- if an attribute with an XSS payload as its value ends up being in the top list of correlations, then an administrator viewing the top correlations would execute the XSS

- as reported by Grzegorz Misiun
pull/9176/merge
iglocska 2024-04-23 14:51:58 +02:00
parent 4c75abbb70
commit 597977694d
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@
'%s<a href="#" onclick="event.preventDefault(); %s">%s</a>',
$form,
$onclick,
$text
h($text)
);