delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
234 stars 32 forks source link

Rye::Set#disable_safe_mode seems broken #67

Open rickhull opened 8 years ago

rickhull commented 8 years ago

https://gist.github.com/anonymous/d32fd6028bb3774c9060

Basically, with Rye::Set#disable_safe_mode, whitelist exceptions are still raised.

it's only with Rye::Set.new(foo, safe: false) that exceptions are properly swallowed.

Is #disable_safe_mode working as expected?