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
String escaping is naive and doesn't take literal/expanding strings into account. User has hit a case where a string containing '|' breaks the context, because the cmd source simple becomes "set FOO=hey|there", resulting in "there" being interpreted as a command.
The text was updated successfully, but these errors were encountered:
String escaping is naive and doesn't take literal/expanding strings into account. User has hit a case where a string containing '|' breaks the context, because the cmd source simple becomes "set FOO=hey|there", resulting in "there" being interpreted as a command.
The text was updated successfully, but these errors were encountered: