Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Re: How to make a module aware of where it is installed?

by jaldhar (Vicar)
on Dec 05, 2002 at 00:24 UTC ( [id://217638]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: How to make a module aware of where it is installed?
in thread How to make a module aware of where it is installed?

Ok what if in Foo.pm before the require, I check to see that there isn't a left_hook(), right_hook(), captain_hook() etc. already defined in my package. If there is, I know something is bogus and refuse to continue.

Mind you, that doesn't help if I try to use a module within Bar.pm or Blurp.pm . So far I'm not but a user might want too for some reason. In that case they would have to repeat the check all over again. But having done so, they would have effectively prevented this type of attack no?

--
જલધર

  • Comment on Re: Re: Re: Re: How to make a module aware of where it is installed?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: How to make a module aware of where it is installed?
by chromatic (Archbishop) on Dec 05, 2002 at 02:59 UTC

    Nope. It's always possible to pull the rug out from under things if you have runtime access to the symbol table. If you're going to let me run arbitrary code as a plugin -- or if I have access to the running environment -- I will always be able to find a way to break things.

    Such is the nature of Perl.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found