Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thetayloredman opened this issue Feb 10, 2021 · 0 comments
Open

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

thetayloredman opened this issue Feb 10, 2021 · 0 comments

Comments

@thetayloredman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant