safe_ruby icon indicating copy to clipboard operation
safe_ruby copied to clipboard

A safe ruby sandbox for running untrusted code

Results 4 safe_ruby issues
Sort by recently updated
recently updated
newest added

Fixes #4 Commenting out line 45 in `method_whitelist.rb` fixes the problem, but I don't understand enough to know if that is a valid fix. It may certainly break something, so...

Four of the tests fail in ruby 3.3.0 (although they work in 3.2.2) with an `incompatible marshal file format` error, even after updating gem dependencies: ``` Finished in 5.32 seconds...

Hi there, I'm trying execute code which contain minitest's test with row ``` ruby require 'minitest/autorun' ``` but I'm get error ``` ruby 'eval': uninitialized constant Bundler::RubygemsIntegration::File (NameError) ``` Change...

You said [here](https://github.com/ukutaht/safe_ruby/pull/5#issuecomment-1951925697) the you woud be happy to transfer the ownership of this module. I have proposed [here](https://github.com/ukutaht/safe_ruby/pull/5#issuecomment-2265431462) to take the ownership. This issue is just a trig try...