elisp-sandbox icon indicating copy to clipboard operation
elisp-sandbox copied to clipboard

A library for elisp sandboxed evaluation

Results 5 elisp-sandbox issues
Sort by recently updated
recently updated
newest added

I see you are writing your documentation as a string inside an emacs-lisp program and then generate a README file. If you don't find it convenient, you might want to...

I'm not sure if the submodules are still relevant but el-spec seems to be missing. test-double also seems to be missing. can we remove this dependency?

The point of this is to allow evaling lisp safely. We currently do not have an eval. Erbot's is just: ``` (defun fsi-eval (expr) (eval (erblisp-sandbox expr))) ``` which makes...

Hey guys, This project is super young at the moment. Feel free to throw whatever you want in the issue tracker!

Do you have any thoughts on DoS attack vectors? I'm especially concerned about specifics to the implementation of Emacs which makes some things problematic. One thing that comes to mind,...