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
Any kind of code can be run using the progeval, which can be harmful for the server it runs on. Even sandbox mode is not 100% penetration-proof, but some kind of security is definitely required. For a start, may be run the subprocess with limited privileges i.e. read/write access to the filesystem.
Any kind of code can be run using the
progeval, which can be harmful for the server it runs on. Even sandbox mode is not 100% penetration-proof, but some kind of security is definitely required. For a start, may be run thesubprocesswith limited privileges i.e. read/write access to the filesystem.