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

Quote args for bash, fixes #61056 #61409

Closed
wants to merge 1 commit into from

Conversation

Brcrwilliams
Copy link

The TerminalLauncher does not properly escape arguments for the Bash
shell. This change wraps all arguments in single-quotes, and escapes the
single quote. This means that bash special characters in arguments will not be
evaluated.

The TerminalLauncher does not properly escape arguments for the Bash
shell. This change wraps all arguments in single-quotes, and escapes the
single quote. This means that bash special characters in arguments will not be
evaluated.
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Oct 22, 2018
@weinand weinand added this to the December 2018 milestone Dec 6, 2018
@roblourens roblourens removed this from the December/January 2019 milestone Feb 1, 2019
@joaomoreno joaomoreno changed the base branch from master to main February 15, 2021 08:51
@weinand weinand closed this Jul 20, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants