-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix(lib): fixed command injection vulnerability according to Issue #60 #61
Conversation
@keymandll any chance we can get this merged and 1.9.3 shipped to address the vuln? |
We'll have to remove this module if this isn't fixed, as the vulnerability is failing our builds now. Just so you know people are depending on it! |
Where can I find the patch file ? |
All. It's been a while I opened this PR. If it did not get merged and the updates published since, unfortunately there's nothing I can do. I'm not a maintainer of this project. I'd recommend either removing this package from your dependencies or forking it and applying the changes (See "Files changed" tab of the PR) submitted and using your fork. |
After discussing the command injection issue with cristianstaicu I have fixed the code.
To summarize the changes: