clojail icon indicating copy to clipboard operation
clojail copied to clipboard

A control freak's best friend

Results 9 clojail issues
Sort by recently updated
recently updated
newest added

When tripping a tester that uses the `ClojailWrapper`, the error message uses the default `Object.toString` and thus doesn't contain much useful context: ```clojure => (let [sb (sandbox secure-tester)] (sb '(java.util.concurrent.ForkJoinPool.)))...

Implement profiles for each version, and add to testall alias to simplify cross version testing. Update one test for cross-compatibility. The threading macro `->` was changed to output a complete...

Hi there, I am using clojail in my application to securely evaluate custom code. I want to allow my application to process some excel files(xlsx). The libraries i use ended...

I was trying to make a command that evaluates clojure in sandbox and got stuck with an error code: ``` clj (ns bot.modules.sb-eval (:require [bot.registry :as registry]) (:use [clojail.core :only...

See https://github.com/technomancy/leiningen/issues/1446

Upgrade clojail to work with the latest stable release of Clojure (1.7 as of today). This lays the groundwork for TryClojure to use Clojure 1.7, as mentioned in Raynes/tryclojure/issues/53.

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...

I don't have much personal stake in this, but it occurred to me that it might be possible to allow calling eval safely by redeffing eval to defer to clojail....