A set of predefined testers that you can use in your own sandboxes. I'm not promising that any of these are really totally secure. I cannot possibly test these for everything.
A set of predefined testers that you can use in your own sandboxes. I'm not promising that any of these are really totally secure. I cannot possibly test these for everything.
(blacklist-nses nses)
Blacklist Clojure namespaces. nses should be a collection of namespaces.
Blacklist Clojure namespaces. nses should be a collection of namespaces.
(blacklist-objects objs)
Blacklist some objects. objs should be a collection of things.
Blacklist some objects. objs should be a collection of things.
(blacklist-packages packages)
Blacklist packages. Packages should be a list of strings corresponding to packages.
Blacklist packages. Packages should be a list of strings corresponding to packages.
(blacklist-symbols symbols)
Blacklist symbols. Second argument should be a set of symbols.
Blacklist symbols. Second argument should be a set of symbols.
(blanket & prefixes)
Takes a tester and some namespace prefixes as strings. Looks up the prefixes with bultitude, getting a list of all namespaces on the classpath matching those prefixes.
Takes a tester and some namespace prefixes as strings. Looks up the prefixes with bultitude, getting a list of all namespaces on the classpath matching those prefixes.
A somewhat secure tester. No promises.
A somewhat secure tester. No promises.
A tester that attempts to be secure, and allows def.
A tester that attempts to be secure, and allows def.
(wrap-object object)
Wraps an object in the ClojailWrapper type to be passed into the tester.
Wraps an object in the ClojailWrapper type to be passed into the tester.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close