summaryrefslogtreecommitdiffstats
path: root/chart.cgi
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-05-12 10:52:13 +0200
committermkanat%kerio.com <>2005-05-12 10:52:13 +0200
commit8f2bc1b07ce4150a878e80f5bce09e819cbfd414 (patch)
tree20f43dfce988ecfa01d14bbc4b9139ecc79f35cd /chart.cgi
parente21b1306af07a0065ef4f8ab9d3b657a03a463be (diff)
downloadbugzilla-8f2bc1b07ce4150a878e80f5bce09e819cbfd414.tar.gz
bugzilla-8f2bc1b07ce4150a878e80f5bce09e819cbfd414.tar.xz
Bug 287436: [SECURITY] After having logged in, links to change the report type contain username and password
Patch By Marc Schumann <wurblzap@gmail.com> r=gerv, a=justdave
Diffstat (limited to 'chart.cgi')
-rwxr-xr-xchart.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart.cgi b/chart.cgi
index 321c867fe..bc25d52e9 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -286,8 +286,7 @@ sub wrap {
$vars->{'time'} = time();
$vars->{'imagebase'} = $cgi->canonicalise_query(
- "action", "action-wrap", "ctype", "format", "width", "height",
- "Bugzilla_login", "Bugzilla_password");
+ "action", "action-wrap", "ctype", "format", "width", "height");
print $cgi->header();
$template->process("reports/chart.html.tmpl", $vars)