CodeX-API
CodeX-API copied to clipboard
[Fixed] Allowing malicious code injection #34
Previously the code execution by the spawn process has the root permission so there was threat that anyone can modify the file on the server. Now i have fixed this issue by spawning the process with non root process so it will avoid any kind of changes like removing files, applications, adding file or modifying the existed files.
Addresses #42 (but read suggestions too)