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 @@
2
2
<?php
3
+
4
+die("redircite extension disabled -- contains HTML injection vulnerabilities.");
5
+
3
6
/**
4
7
* This program is free software; you can redistribute it and/or modify
5
8
* it under the terms of the GNU General Public License as published by
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r37711
[
removed:
ok
added:
old]