mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
d8d1e067bd
Previously when $wgRSSAllowLinkTag was true, you could put an <a> tag containing unescaped ", inside another attribute to escape from the attribute and create an XSS. This makes the marker include " and ', so if they are put anywhere where quotes aren't allowed, the marker will get mangled and not replaced Bug: T307028 Change-Id: I2f7827103bdee0ea766b1f5e7040e2a022fcd2f3 |
||
---|---|---|
.phan | ||
i18n | ||
includes | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
README | ||
RELEASE-NOTES |
== 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.