[Rt-devel] insecure dependency errors with version 3.0.10 and later

Dirk Pape pape-rt at inf.fu-berlin.de
Wed May 19 14:57:35 EDT 2004


Hello,

I just want to mention, that we have some of these errors (three a day) on 
the web interface (see below).

They may have to do with some of my mods, but they did not appear before 
3.0.10. Did anything change with perl tainted mode with 3.0.10?

Any hint where to dig?

Dirk.



System error
error: 	Insecure dependency in eval while running with -T switch at 
/export/perl-5.8.3/lib/5.8.3/Locale/Maketext/Guts.pm line 247.
	
context: 	
... 		
243: 	unshift @code, "use strict; sub {\n";	
244: 	push @code, "}\n";	
245: 		
246: 	print @code if DEBUG;	
247: 	my $sub = eval(join '', @code);	
248: 	die "$@ while evalling" . join('', @code) if $@; # Should be 
impossible.	
249: 	return $sub;	
250: 	}	
251: 		
... 		
code stack: 	/export/perl-5.8.3/lib/5.8.3/Locale/Maketext/Guts.pm:247
/export/perl-5.8.3/lib/5.8.3/Locale/Maketext.pm:189
/export/rt3/lib/RT/CurrentUser.pm:365
/export/rt3/lib/RT/Base.pm:97
/export/rt3/lib/RT/Ticket_Overlay.pm:1485
/export/rt3/lib/RT/Ticket_Overlay.pm:581
/export/rt3/lib/RT/Interface/Web.pm:348
/export/rt3/local/html/Ticket/Display.html:73
/export/rt3/local/html/Ticket/Create.html:291
/export/rt3/share/html/autohandler:196




More information about the Rt-devel mailing list