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

BREAKING CHANGE: limit syntax for bracketed lookup strings to fix vuln #145

Merged
merged 6 commits into from Aug 28, 2020

Conversation

trentm
Copy link
Owner

@trentm trentm commented Aug 23, 2020

This restricts the supported syntax for bracketed parts of lookup
strings to avoid the need to eval that string. The eval is a
security vulnerability that allows command injection.

Fixes #144

This restricts the supported syntax for *bracketed* parts of lookup
strings to avoid the need to *eval* that string. The eval is a
security vulnerability that allows command injection.

Fixes #144
@trentm trentm self-assigned this Aug 23, 2020
@trentm trentm merged commit cc47981 into master Aug 28, 2020
@trentm trentm deleted the fix-144 branch August 28, 2020 22:48
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

Successfully merging this pull request may close these issues.

Command Injection
1 participant