-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perl debugger not working in taint mode #10524
Comments
From swamy.sangamesh@gmail.comI tried to send report using perlbug tool, but looks like report has not Getting Insecure dependency error when used perl debugger with taint mode Here is the error message: $ perl -dT Mytest.pm Loading DB routines from perl5db.pl version 1.3 Enter h or `h h' for help, or `man perldebug' for more help. Insecure dependency in eval while running with -T switch at And content of Mytest.pm and Mytest.xs look like $ cat Mytest.pm BEGIN { sub func_test { 1; $ cat Mytest.xs #include "ppport.h" MODULE = Mytest PACKAGE = Mytest IV This issue happens when used taint mode in debugger, if we invoke debugger -- |
From @ksangeekI am also facing the same issue .. Can someone please give an idea on Thanks & Regards, |
From [Unknown Contact. See original ticket]I am also facing the same issue .. Can someone please give an idea on Thanks & Regards, |
swamy.sangamesh@gmail.com - Status changed from 'new' to 'open' |
From swamy.sangamesh@gmail.comPlease can someone take look at this issue. Looks like this is happening if we have two BEGIN blocks and glob() is |
From @iabynOn Sat, Jul 31, 2010 at 05:56:17AM -0700, sangamesh M wrote:
This is now fixed in bleadperl with the commit below: commit 07004eb don't taint $DB::sub M MANIFEST -- |
@iabyn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#76872 (status was 'resolved')
Searchable as RT76872$
The text was updated successfully, but these errors were encountered: