clojail icon indicating copy to clipboard operation
clojail copied to clipboard

white-list?

Open cyruszhang opened this issue 10 years ago • 0 comments

Hey dear clojail contributors,

I am using clojail in my project and realized that clojail, being a blacklist based sandbox, will allow accessing global vars and functions. if some functions are doing some database side effects and such, clojail won't stop the side effect from happening.

Is my understanding correct? if yes, a whiltelist based sandbox will possibly make the issue go away; is supporting whitelist based sandboxing in your plan?

Regards, Cyrus

cyruszhang avatar May 08 '14 21:05 cyruszhang