From: Ohad Lutzky Date: 2006-06-01T15:47:17+09:00 Subject: Re: Ruby security question Jeff Pritchard wrote: > Asking the same question in a different way, does Ruby have any similar > "Achilles heel" that one has to be careful of to avoid providing the > hackers out there with "exploits 'aplenty"? Watch your 'eval's. If incorrectly used, they're a MUCH easier way for an attacker to execute code :) -- Posted via http://www.ruby-forum.com/.