Skip to content

Commit

Permalink
0008166: Potential URL redirection flaw in permalink_page.php
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4454 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Jul 18, 2007
1 parent 11acbab commit c1b60ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions permalink_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: permalink_page.php,v 1.3 2007-05-26 03:48:04 vboctor Exp $
# $Id: permalink_page.php,v 1.4 2007-07-18 21:32:22 prichards Exp $
# --------------------------------------------------------

require_once( 'core.php' );
Expand All @@ -16,7 +16,7 @@
html_page_top1();
html_page_top2();

$f_url = gpc_get_string( 'url' );
$f_url = string_sanitize_url( gpc_get_string( 'url' ) );
?>
<div align="center">
<p>
Expand Down

0 comments on commit c1b60ba

Please sign in to comment.