frate icon indicating copy to clipboard operation
frate copied to clipboard

remove hsystem -> execve

Open lsproule opened this issue 2 years ago • 0 comments

execve would be better since you can specify the path to the executable, and then everything else is passed as a string, so it couldn't be vunerable to things such as

system("command; bad actor code)
               ^  bad actor injecting in a semicolon then running a bad command

lsproule avatar Dec 17 '23 03:12 lsproule