CodeX-API icon indicating copy to clipboard operation
CodeX-API copied to clipboard

[Fixed] Allowing malicious code injection #34

Open vickyguptaa7 opened this issue 2 years ago • 1 comments

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.

vickyguptaa7 avatar Jun 22 '23 15:06 vickyguptaa7

Addresses #42 (but read suggestions too)

anweshandev avatar Jul 13 '23 19:07 anweshandev