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

Values with shell special characters are not processed correctly #447

Open
atomicsamurai opened this issue Oct 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@atomicsamurai
Copy link
Contributor

atomicsamurai commented Oct 15, 2024

For example, when creating or updating an ESV with an exclamation mark ! - we have to escape the value with a \, but the actual value that gets submitted has two \s.
Desired value: Test!234
cli input: Test!234
Value written to ESV: Test\!234

@atomicsamurai atomicsamurai added the bug Something isn't working label Oct 15, 2024
@atomicsamurai atomicsamurai changed the title Values with bash special characters are not processed correctly Values with shell special characters are not processed correctly Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant