Isolating Ruby from the builtin classes like File, Io, etc #8887
Unanswered
NinekoTheCat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically I need to embed Ruby in a scenario where I need to customize the built in libraries in the interpreter, I want my embedded instance to ONLY load methods and features I implement so a malicious actor can't just escape my sandbox and create files or whatnot on the server machine. I have been trying myself to accomplish this but so far aside from Profile, I saw no nice way to do it.
Beta Was this translation helpful? Give feedback.
All reactions