r37711 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37710‎ | r37711 | r37712 >
Date:20:45, 15 July 2008
Author:brion
Status:old
Tags:
Comment:
Noticed trivially exploitable HTML injection vulnerability; force-disabling this ext.
Modified paths:
  • /trunk/extensions/redircite/redircite.php (modified) (history)

Diff [purge]

Index: trunk/extensions/redircite/redircite.php
@@ -1,4 +1,7 @@
22 <?php
 3+
 4+die("redircite extension disabled -- contains HTML injection vulnerabilities.");
 5+
36 /**
47 * This program is free software; you can redistribute it and/or modify
58 * it under the terms of the GNU General Public License as published by

Status & tagging log