Skip to content

Commit

Permalink
Add some more stuff to the secure-tester and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Oct 23, 2011
1 parent b6b3763 commit 0cd61a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject clojail "0.4.3"
(defproject clojail "0.4.4"
:description "An experimental sandboxing library."
:dependencies [[clojure "1.3.0"]])
8 changes: 6 additions & 2 deletions src/clojail/testers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
'load-string 'load-reader 'addMethod 'ns-resolve 'resolve 'find-var
'*read-eval* clojure.lang.Ref clojure.lang.Reflector 'ns-publics
'ns-unmap 'set! 'ns-map 'ns-interns 'the-ns clojure.lang.Namespace
'push-thread-bindings 'pop-thread-bindings
(p "java.lang.reflect")})
'push-thread-bindings 'pop-thread-bindings 'future-call 'agent 'send
'send-off 'pmap 'pcalls 'pvals
(p "java.lang.reflect")
(p "java.util.concurrent")
(p "javax.swing")
(p "java.awt")})

0 comments on commit 0cd61a4

Please sign in to comment.