Go to file
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
.phan Add phan 2019-04-25 20:36:55 +02:00
i18n Localisation updates from https://translatewiki.net. 2024-09-09 09:23:00 +02:00
includes Fix Phan suppression 2024-09-19 07:45:02 +02:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 10:21:54 +00:00
.gitignore build: Updating mkdirp to 0.5.3 2020-03-21 05:53:53 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:03:24 -07:00
.phpcs.xml Add missing documentation to class properties 2024-09-14 07:41:14 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 13:39:34 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 44.0.0 2024-08-12 03:35:27 +00:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
extension.json build: Update MediaWiki requirement to 1.43 2024-08-22 18:07:22 -04:00
Gruntfile.js build: Updating dependencies 2021-01-30 08:56:28 +00:00
package-lock.json build: Updating micromatch to 4.0.8 2024-08-30 03:36:49 +00:00
package.json build: Updating eslint-config-wikimedia to 0.28.2 2024-06-21 16:49:56 +00:00
README Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00
RELEASE-NOTES Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00

== About ==

Displays an RSS feed on a wiki page.
See https://www.mediawiki.org/wiki/Extension:RSS

== Credits to other projects ==

* MagpieRSS
This extension includes code from the MagpieRSS library.
MagpieRSS provides an XML-based (expat) RSS parser in PHP,
and is released under the GPL.