We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I saw a report on SNYK that there is a command injection vulnerability
https://snyk.io/vuln/SNYK-JS-TREEKILL-536781
The text was updated successfully, but these errors were encountered:
fix: sanitise pid parameter (#31)
ff73dbf
This patch adds a simple check to the process ID passed in, ensuring it is a number, and throwing an error otherwise. The aim is to fix the issue explained here: - https://hackerone.com/reports/701183 - https://snyk.io/vuln/SNYK-JS-TREEKILL-536781 Fixes: #30
Successfully merging a pull request may close this issue.
Hello,
I saw a report on SNYK that there is a command injection vulnerability
https://snyk.io/vuln/SNYK-JS-TREEKILL-536781
The text was updated successfully, but these errors were encountered: