Skip to content

Commit

Permalink
CSRF protection not needed for bugnote_stats_inc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks committed Jul 6, 2009
1 parent d43b14d commit b59bfe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugnote_stats_inc.php
Expand Up @@ -62,6 +62,7 @@
$f_get_bugnote_stats_button = gpc_get_string('get_bugnote_stats_button', '');
?>
<form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'] ?>">
<?php # CSRF protection not required here - form does not result in modifications ?>
<input type="hidden" name="bug_id" value="<?php echo $f_bug_id ?>" />
<table border=0 class="width100" cellspacing="0">
<tr>
Expand Down

0 comments on commit b59bfe4

Please sign in to comment.