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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user