mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Suppress taint-check-plugin issue
Suppress the issue with a hint to the task (T201565) allows to enable the voting jobs and avoids new issues in the future. Change-Id: I88d09923d1e1a59e285513e56985989fabbb4505
This commit is contained in:
parent
34c9efe145
commit
f8d82481a8
|
@ -3,6 +3,10 @@
|
|||
* This class formats log entries for thanks
|
||||
*/
|
||||
class ThanksLogFormatter extends LogFormatter {
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @suppress SecurityCheck-DoubleEscaped Problem with makeUserLink, see T201565
|
||||
*/
|
||||
protected function getMessageParameters() {
|
||||
$params = parent::getMessageParameters();
|
||||
// Convert target from a pageLink to a userLink since the target is
|
||||
|
|
Loading…
Reference in a new issue