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

Using expression-sandbox

Open viebel opened this issue 7 years ago • 0 comments

I'd like to use an expression-sandbox for implementing secured mode in Klipse.

I have tried the naive approach suggested in https://blog.risingstack.com/writing-a-javascript-framework-sandboxed-code-evaluation/

Do you think that expression-sandbox could be helpful?

I have played with it a bit. The problem is that

Sandboxes are only allowed to return primitive values

and

You cannot set properties on a sandboxed object.

viebel avatar Mar 15 '17 18:03 viebel