From 4c07cc48093b6233be5298606f87b82a64f54768 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 22 Jan 2002 23:12:11 +0000 Subject: Bug 121074 - taint error after changing bug r=daa@distributed.net,jake --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 37ecdafbe..d8e5672e0 100644 --- a/globals.pl +++ b/globals.pl @@ -213,7 +213,7 @@ sub SendSQL { # b) We want to know who called SendSQL... # Is there a better way to do b? if (is_tainted($str)) { - die "Attempted to send tainted string to the database"; + die "Attempted to send tainted string '$str' to the database"; } my $iswrite = ($str =~ /^(INSERT|REPLACE|UPDATE|DELETE)/i); -- cgit v1.2.1