node-pty vs runAsNode CVE #681
Unanswered
Trung Nguyen (trungutt)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there 👋
Does anyone run into the situation where we need to conform to security policy regarding "runAsNode" CVE?
If we follow the mitigation, which means disabling
runAsNodefuse, but accepting this drawback:then
node-ptywon't work as expected in some cases, e.g calling .kill() on Windows. This hasforkAPI call under the hood.Does anyone have a clue on this? TIA
All reactions