Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: SOAP::Lite - Insecure dependency in eval while running with -T

by Anonymous Monk
on Mar 25, 2011 at 13:12 UTC ( [id://895477]=note: print w/replies, xml ) Need Help??


in reply to Re^4: SOAP::Lite - Insecure dependency in eval while running with -T
in thread SOAP::Lite - Insecure dependency in eval while running with -T

Gah, I kept focusing on $_ being a hash key and thus not tainted

Cheap fix

sub generate_stub { ... $self->{'_stub'} = $1 if $self->{'_stub'} =~ /^(.*)/; return $self->stub; }
  • Comment on Re^5: SOAP::Lite - Insecure dependency in eval while running with -T
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://895477]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-18 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found