Commit 864f7552 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3"…

Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
parent 02d5526f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment