On 7/3/07, dertown <[EMAIL PROTECTED]> wrote:
I started a Wiki Page for the new Security features/implemenation at the Jruby wiki. how would the Sandbox work in ruby and can it be be cross ruby implemntation?
Why wrote the original implementation, you can read about it here: http://code.whytheluckystiff.net/sandbox The idea is to define a clean-slate Ruby sandbox that you can then add what you want into it. Security by addition is of course preferable over security by removal. Ola ported it to the "javasand" project, the code for which is available in the jruby-extras SVN at Rubyforge. This was a while ago, and it may need some work. /Nick --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
