r69576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69575‎ | r69576 | r69577 >
Date:02:17, 20 July 2010
Author:tstarling
Status:ok
Tags:
Comment:
Fix URL for $GLOBALS overwrite vulnerability.
Modified paths:
  • /trunk/phase3/includes/WebStart.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebStart.php
@@ -8,7 +8,7 @@
99 # This must be done before any globals are set by the code
1010 if ( ini_get( 'register_globals' ) ) {
1111 if ( isset( $_REQUEST['GLOBALS'] ) ) {
12 - die( '<a href="http://www.hardened-php.net/index.76.html">$GLOBALS overwrite vulnerability</a>');
 12+ die( '<a href="http://www.hardened-php.net/globals-problem">$GLOBALS overwrite vulnerability</a>');
1313 }
1414 $verboten = array(
1515 'GLOBALS',

Status & tagging log