mediawiki-extensions-RSS/includes
Bartosz Dziewoński 6e2ce16be0 Fix Phan suppression
The SecurityCheck-XSS violation occurred because, in renderFeed(),
the $renderedFeed variable contains both wikitext (tainted) and
HTML (safe) at different points in the function, and Phan is unable
to disentangle that. Splitting it into two variables allows Phan to
validate the rest of the code just fine.

Change-Id: I4da446b869349f06fc0fc40816d44cee390c49a6
2024-09-19 07:45:02 +02:00
..
Hooks.php Fix Phan suppression 2024-09-19 07:45:02 +02:00
RSSData.php Add missing documentation to class properties 2024-09-14 07:41:14 +00:00
RSSParser.php Fix Phan suppression 2024-09-19 07:45:02 +02:00
Utils.php Use namespaced classes 2024-01-05 21:23:30 +01:00