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

Runtime security features #14

Closed
3 tasks
QuiiBz opened this issue Jun 22, 2022 · 0 comments · Fixed by #84
Closed
3 tasks

Runtime security features #14

QuiiBz opened this issue Jun 22, 2022 · 0 comments · Fixed by #84
Assignees
Milestone

Comments

@QuiiBz
Copy link
Member

QuiiBz commented Jun 22, 2022

To prevent malicious code from being executed inside an Isolate, we need to disable some JavaScript features:

  • eval()
  • new Function()
  • Date.now() / any time-related API
@QuiiBz QuiiBz self-assigned this Jun 22, 2022
@QuiiBz QuiiBz added this to the Alpha milestone Jun 22, 2022
@QuiiBz QuiiBz added the feature label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant