Fix dynamic string usage as safe input in phutil_tag
Test Plan: $ arc lint Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4797
This commit is contained in:
@@ -110,9 +110,10 @@ final class DifferentialLintFieldSpecification
|
||||
'style' => $this->getSeverityStyle($severity),
|
||||
'name' => ucwords($severity),
|
||||
'value' => hsprintf(
|
||||
"(%s) %s at {$line_link}",
|
||||
'(%s) %s at %s',
|
||||
$code,
|
||||
$name),
|
||||
$name,
|
||||
$line_link),
|
||||
'show' => $show,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user