In the wiki I read:
If you're looking for a solution to run untrusted code, you should take a look at awesome isolated-vm library.
Yet in the readme I read:
m2 is a sandbox that can run untrusted code
So which one is it? Can I run untrusted code and be sure that my env.variables are safe? I need only to run plain JS and tiny-json-http or axios to make API requests, nothing else.
Thank you for the clarifications
In the wiki I read:
Yet in the readme I read:
So which one is it? Can I run untrusted code and be sure that my env.variables are safe? I need only to run plain JS and
tiny-json-httporaxiosto make API requests, nothing else.Thank you for the clarifications