taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

bug: tasksh executes a shell command when && or ; are used

Open thetayloredman opened this issue 4 years ago • 0 comments

tasksh will execute a shell command when I use <taskwarrior command> && <shell command>. This may be considered a vulnerability if you wish. I would expect add "foo" && add "bar" to execute task add "foo" && task add "bar", not task add "foo" && add "bar".

thetayloredman avatar Feb 10 '21 21:02 thetayloredman