I'm making a nodejs project, and I want to be able to run user code safely using the vm
module, but there's many vulnerabilities such as the constructor
of every object/function to be used to eval js string. any way to secure it? Thanks!
I tried everything, but nothing works. I also don't want to use other packages. Thanks.