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

Ensure that lua variable names and values are escaped #24

Open
Marak opened this issue Jan 20, 2017 · 0 comments
Open

Ensure that lua variable names and values are escaped #24

Marak opened this issue Jan 20, 2017 · 0 comments
Labels

Comments

@Marak
Copy link
Collaborator

Marak commented Jan 20, 2017

Just saw an instance where an environment or http params variable name containing - was causing the lua codegen to crash.

We need to ensure that the lua code won't crash on variable names with - or any other values that need to be escaped. Pretty sure we can do something like: [[lua string with escape codes]]

@Marak Marak added the bug label Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant