Page MenuHomePhabricator

Fix unsanitized messages in MassAction
Closed, DeclinedPublic

Description

Per T85864

Fix unescaped messages

  • Unescaped message massaction-newtask
  • Unescaped message massaction-viewtask

And example fix can be found at https://gerrit.wikimedia.org/r/#/c/189200/2/includes/skins/Skin.php

It looks like this is for the calls:

Linker::specialLink( 'MassAction/New', 'massaction-newtask' );
Linker::specialLink( 'MassAction/View', 'massaction-viewtask' );

specialLink does wfMessage( $key )->text()

Event Timeline

Addshore raised the priority of this task from to High.
Addshore updated the task description. (Show Details)
Addshore added a project: MassAction.
Addshore subscribed.
Addshore set Security to None.
Addshore added a subscriber: Nikerabbit.
Kizule subscribed.

Closing as declined because of archival per T207137.