Skip to content

Commit

Permalink
Corrected advisory 2002-05
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1262 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
jlatour committed Aug 20, 2002
1 parent 290d248 commit 36d4dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advisories/2002/2002-05.txt
Expand Up @@ -70,9 +70,9 @@ All users are recommended to upgrade to this version as soon as possible.

If an upgrade is not possible, the vulnerability can be closed by inserting
the following lines in core_API.php:
if ( isset($HTTP_GET_VARS['g_top_include_file']) ||
isset($HTTP_POST_VARS['g_top_include_file']) ||
isset($HTTP_COOKIE_VARS['g_top_include_file']) ) {
if ( isset($HTTP_GET_VARS['g_top_include_page']) ||
isset($HTTP_POST_VARS['g_top_include_page']) ||
isset($HTTP_COOKIE_VARS['g_top_include_page']) ) {
exit;
}

Expand Down

0 comments on commit 36d4dbd

Please sign in to comment.