From: kiko%async.com.br <> Date: Tue, 7 Oct 2003 14:02:15 +0000 (+0000) Subject: Fix for bug 220183: post_bug.cgi could allow setting the X-Git-Tag: bugzilla-2.17.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7976d7b56f91bd291bbc086b9bc48cd593592040;p=thirdparty%2Fbugzilla.git Fix for bug 220183: post_bug.cgi could allow setting the status_whiteboard attribute. Added "status_whiteboard" to parsed attribute list. r=gerv, a=justdave --- diff --git a/post_bug.cgi b/post_bug.cgi index 9a1ea747f4..315ff3a995 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -137,7 +137,7 @@ if ($::FORM{'assigned_to'} eq "") { my @bug_fields = ("version", "rep_platform", "bug_severity", "priority", "op_sys", "assigned_to", "bug_status", "bug_file_loc", "short_desc", - "target_milestone"); + "target_milestone", "status_whiteboard"); if (Param("useqacontact")) { SendSQL("SELECT initialqacontact FROM components " .