-
Notifications
You must be signed in to change notification settings - Fork 560
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
Taint and perl5db.pl #718
Comments
From jason@community.netSummary of my perl5 (5.0 patchlevel 4 subversion 4) configuration: Characteristics of this binary (from libperl): I get the following message: Insecure dependency in eval while running with -T switch at Untaining the variables via a m/(.*)/ before line 1165 makes the error go I run the following CGI script via the web server: #!/bin/bash export PERLDB_OPTS='tty=/dev/ttyqa' The "epl" script has this: #!/usr/bin/perl -Td $| = 1; (The idea is to run with taint mode on, and have the debugger talk to an Everything works well up to this point, and I can step through or run the Loading DB routines from perl5db.pl version 1.01 Enter h or `h h' for help. main::(/home/jason/egen/milton/admin/epl:3): That's all the pertinent information, I think. |
Migrated from rt.perl.org#1620 (status was 'resolved')
Searchable as RT1620$
The text was updated successfully, but these errors were encountered: