GothenburgBitFactory / taskshell

Tasksh is a shell for Taskwarrior
Other
68 stars 18 forks source link

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

Open thetayloredman opened 3 years ago

thetayloredman commented 3 years ago

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".