taint check caserun_id on attaching bugs.

links in completion report were incomplete.


git-svn-id: svn://10.0.0.236/trunk@250284 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2008-04-16 00:48:29 +00:00
parent 898e548ff3
commit eca51a5df0
3 changed files with 8 additions and 7 deletions

View File

@@ -823,6 +823,7 @@ sub attach_bug {
my $self = shift;
my ($bugids, $caserun_id) = @_;
my $dbh = Bugzilla->dbh;
trick_taint($caserun_id);
$bugids = $self->_check_bugs($bugids, "ATTACH");