Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Perl falls victim to shifting trends(Opinions/Comments From The Other Side)

by perrin (Chancellor)
on Dec 06, 2002 at 16:26 UTC ( [id://218090]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl falls victim to shifting trends(Opinions/Comments From The Other Side)
in thread Perl falls victim to shifting trends

I want to say something about the security issue because Java supporters seem to bring it up a lot. Neither Java nor Perl programs have buffer overflow vulnerabilities, except when the main interpreter or a used library has one. The kind of security problems that show up are mistakes like not properly checking input that is used as part of a file name or using session IDs that can be guessed. These are problems with trusting client input too much, and both languages are equally vulnerable to them.

If a method needs to write to a file, you can't use Java's security model to prevent filesystem access. The security model that Java offers is mostly about sandboxing and running untrusted code, which has nothing to do with real server-side website exploits.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found