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

Properly escape the paths passed to execa #33

Open
zner0L opened this issue Mar 1, 2023 · 0 comments
Open

Properly escape the paths passed to execa #33

zner0L opened this issue Mar 1, 2023 · 0 comments

Comments

@zner0L
Copy link
Contributor

zner0L commented Mar 1, 2023

I realized when passing a path with a space in it to a function that uses that as an input into execa(), that the path is split up. This is bad practice anyway and we should parse the paths with path before we input them.

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