You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
tasksh will execute a shell command when I use
<taskwarrior command> && <shell command>
. This may be considered a vulnerability if you wish. I would expectadd "foo" && add "bar"
to executetask add "foo" && task add "bar"
, nottask add "foo" && add "bar"
.The text was updated successfully, but these errors were encountered: