mediawiki-extensions-Cite/includes
Brian Wolff 9ce0be6a78 Make Cite pass phan-taint-check
Because of how arrays are handled, phan-taint-check thought all
return values from refArg() were escaped, where really only $dir
was. We also split the error method into the parse and noparse
case as separate functions so that phan can better analyse these calls.
In linkRef() we suppress the double escaping as the escaping used
is appropriate for inserting into wikitext.

Bug: T195009
Change-Id: I3e04c8cceae727e5470d4ae4fdb2404639f9bf33
2018-09-13 01:10:59 +00:00
..
ApiQueryReferences.php Add phan configuration for static analysis 2017-12-29 11:50:01 -08:00
Cite.php Make Cite pass phan-taint-check 2018-09-13 01:10:59 +00:00
CiteCSSFileModule.php Use standard form for @license tags 2018-03-20 03:18:37 +00:00
CiteDataModule.php CiteDataModule: Remove origin restriction 2018-04-30 22:18:06 +02:00
CiteHooks.php Don't expect objects by reference in hook handlers 2018-05-17 17:09:55 +00:00