-
Notifications
You must be signed in to change notification settings - Fork 331
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
Sanitize spawn calls which contain .cmd for win32 #1465
Sanitize spawn calls which contain .cmd for win32 #1465
Conversation
9510bca
to
d8669be
Compare
There was a broken test in |
cd73236
to
2c87809
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Did some more digging, I'm thinking it may make sense to move away from cross spawn at some point. It hasn't been updated in the last 4 years and doesn't look like the owner is actually responding to issues or PR's. The reason this was failing is probably due to the path in |
TLDR; reason it failed with my fix was due to |
Great, thanks for the additional research and explanation! Too bad it was not an easy fix :/ |
See https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 and
#1429