Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpreter sandbox #7

Open
mergeconflict opened this issue Jun 28, 2013 · 1 comment
Open

Interpreter sandbox #7

mergeconflict opened this issue Jun 28, 2013 · 1 comment

Comments

@mergeconflict
Copy link
Contributor

Users shouldn't be allowed to troll like:

System.exit(0)

or

while (true) println("LOL")

or

val f = new File("/")
f.delete()

I think we should be able to use levee (forked to GitHub here) for this...

@ghost ghost assigned andrewnguyen and edma2 Jul 8, 2013
@mergeconflict
Copy link
Contributor Author

@andrewnguyen I think we're getting close. We shouldn't load levee-instrumentor as an agent. Instead I think we should override IMain's classloader, and call into levee-instrumentor there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants