You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attended your session at JSFoo today, liked the answers !
Just wanted to discuss an approach through which Remote Code execution chances can be brought to a very low percentage. This approach can be used
Install the package in a sandbox env, for eg. superagent
Unless it is used in the code, don't install in main repo, prevent installation before somebody does this:
superagent.get(----)
Then make sure that get method is there corresponding to superagent that is installed in sandbox env, if it is there, then install it. I think this methodology will significantly decrease the chances of RCE ?
The text was updated successfully, but these errors were encountered:
Hey,
Attended your session at JSFoo today, liked the answers !
Just wanted to discuss an approach through which Remote Code execution chances can be brought to a very low percentage. This approach can be used
superagent
Then make sure that
get
method is there corresponding tosuperagent
that is installed in sandbox env, if it is there, then install it. I think this methodology will significantly decrease the chances of RCE ?The text was updated successfully, but these errors were encountered: