diff options
author | mkanat%kerio.com <> | 2005-05-12 08:52:13 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-05-12 08:52:13 +0000 |
commit | 8f2bc1b07ce4150a878e80f5bce09e819cbfd414 (patch) | |
tree | 20f43dfce988ecfa01d14bbc4b9139ecc79f35cd /chart.cgi | |
parent | Bug 286273: Release Notes for Bugzilla 2.18.1 (diff) | |
download | bugzilla-8f2bc1b07ce4150a878e80f5bce09e819cbfd414.tar.gz bugzilla-8f2bc1b07ce4150a878e80f5bce09e819cbfd414.tar.bz2 bugzilla-8f2bc1b07ce4150a878e80f5bce09e819cbfd414.zip |
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-x | chart.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |