You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: