From 864f75526ab8d5b4b363d77f5b1009714242db81 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 14 Jul 2005 00:54:58 +0000 Subject: Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on - Patch by Frédéric Buclin r=wicked a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editproducts.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editproducts.cgi') diff --git a/editproducts.cgi b/editproducts.cgi index 9d81f176c..768e96a34 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -169,6 +169,9 @@ sub CheckClassificationProductNew ($$) CheckClassificationNew($cl); + trick_taint($prod); + trick_taint($cl); + my ($res) = $dbh->selectrow_array(q{ SELECT products.name FROM products -- cgit v1.2.3-24-g4f1b