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

Resolving child_process.exec security issues #5

Merged
merged 1 commit into from
Jul 9, 2013

Conversation

nealpoole
Copy link
Contributor

This pull request resolves the security issue identified by #3. It does so by calling child_process.execFile instead of child_process.exec. This solution improves upon pull request #4, which is a blacklist-based solution with the same goal.

JohnMcLear added a commit that referenced this pull request Jul 9, 2013
Resolving child_process.exec security issues
@JohnMcLear JohnMcLear merged commit e5b296e into redhog:master Jul 9, 2013
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.

2 participants