summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-01-04 09:08:05 +0100
committermkanat%bugzilla.org <>2007-01-04 09:08:05 +0100
commit069f9bdcec8277cb4d25929335259c44be1f70f4 (patch)
tree91753b7015be1d3203491102b836c7936bac6dbf /email_in.pl
parentc7ff21097b1a8307a1613c6b695ae700f2bda6a0 (diff)
downloadbugzilla-069f9bdcec8277cb4d25929335259c44be1f70f4.tar.gz
bugzilla-069f9bdcec8277cb4d25929335259c44be1f70f4.tar.xz
Bug 365229: email_in.pl modifies bug permissions without user entering fields
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/email_in.pl b/email_in.pl
index 098586e18..f90bdcd8b 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -88,6 +88,8 @@ use constant REQUIRED_PROCESS_FIELDS => qw(
bug_file_loc
component
short_desc
+ reporter_accessible
+ cclist_accessible
);
# $input_email is a global so that it can be used in die_handler.