Commit 6fcfcb93 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav…

Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
parent ef822794
......@@ -120,7 +120,7 @@ if ($cgi->param("field")) {
}
unless (Bugzilla->user->in_group(Bugzilla->params->{"timetrackinggroup"})) {
@fieldlist = grep($_ !~ /_time$/, @fieldlist);
@fieldlist = grep($_ !~ /(^deadline|_time)$/, @fieldlist);
}
foreach (@fieldlist) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment