mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fix XSS in path names of inline comment list.
This commit is contained in:
parent
85cc13b607
commit
1bba2c9913
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ final class DifferentialRevisionCommentView extends AphrontView {
|
|||
$inline_render[] =
|
||||
'<tr>'.
|
||||
'<th colspan="2">'.
|
||||
$changeset->getFileName().
|
||||
phutil_escape_html($changeset->getFileName()).
|
||||
'</th>'.
|
||||
'</tr>';
|
||||
foreach ($inlines as $inline) {
|
||||
|
|
Loading…
Reference in a new issue