Liking cljdoc? Tell your friends :D

clojail.testers

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

blacklist-nsesclj

(blacklist-nses nses)

Blacklist Clojure namespaces. nses should be a collection of namespaces.

Blacklist Clojure namespaces. nses should be a collection of namespaces.
sourceraw docstring

blacklist-objectsclj

(blacklist-objects objs)

Blacklist some objects. objs should be a collection of things.

Blacklist some objects. objs should be a collection of things.
sourceraw docstring

blacklist-packagesclj

(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.
sourceraw docstring

blacklist-symbolsclj

(blacklist-symbols symbols)

Blacklist symbols. Second argument should be a set of symbols.

Blacklist symbols. Second argument should be a set of symbols.
sourceraw docstring

blanketclj

(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.
sourceraw docstring

secure-testerclj

A somewhat secure tester. No promises.

A somewhat secure tester. No promises.
sourceraw docstring

secure-tester-without-defclj

A tester that attempts to be secure, and allows def.

A tester that attempts to be secure, and allows def.
sourceraw docstring

wrap-objectclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close