Tagged Questions
6
votes
2answers
562 views
How do I secure scripts run using javax.scripting?
I am using javax.scripting to add support for running arbitrary user-uploaded JavaScripts on the server-side. Obviously I want to secure those scripts!
Rhino, on it's own, has a framework for ...