microsoft / napajs

Napa.js: a multi-threaded JavaScript runtime
Other
9.24k stars 341 forks source link

Use napajs as a secure sandbox? #258

Open Zentendo opened 6 years ago

Zentendo commented 6 years ago

Is it possible to use napajs as a secure sandbox alternative to node vm and whitelist the nodejs API instead of automatically allowing all supported nodejs API calls by default? IE to make it so that there is no access to fs for secure third party script execution.

imhazige commented 5 years ago

I am also found napajs when I have the same idea.

TheSalarKhan commented 4 years ago

+1