Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Please sanitize your inputs #23

Open
aggalex opened this issue Jul 16, 2019 · 0 comments
Open

Please sanitize your inputs #23

aggalex opened this issue Jul 16, 2019 · 0 comments

Comments

@aggalex
Copy link

aggalex commented Jul 16, 2019

an alias I tried to add called echo "haww" resulted in

alias yee="echo "haww"

which is obviously a syntax error. Try to make sure the alias string starts and finishes with the right amount of " in the right position . Also, try to put a backslash (\) in front of special characters (like ").
Eg, echo "haww" -> alias yee="echo \"haww\""

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

No branches or pull requests

1 participant