-
Notifications
You must be signed in to change notification settings - Fork 122
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
Command Injection #144
Comments
I concur, this is a vulnerability. Repro on the CLI:
Internally I propose a breaking change to Here is the attempted repro result after my current draft of changes:
|
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
#145) 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. CVE-2020-7712 Fixes #144
[email protected] is published to npm, and a "10.0.0" git tag added. Thanks for the report! |
POC
The text was updated successfully, but these errors were encountered: