1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-04-04 08:28:22 +02:00

Fix XSS in path names of inline comment list.

This commit is contained in:
epriestley 2011-04-11 20:24:33 -07:00
parent 85cc13b607
commit 1bba2c9913

View file

@ -119,7 +119,7 @@ final class DifferentialRevisionCommentView extends AphrontView {
$inline_render[] = $inline_render[] =
'<tr>'. '<tr>'.
'<th colspan="2">'. '<th colspan="2">'.
$changeset->getFileName(). phutil_escape_html($changeset->getFileName()).
'</th>'. '</th>'.
'</tr>'; '</tr>';
foreach ($inlines as $inline) { foreach ($inlines as $inline) {