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

Lots of RANDOMBYTESREQUEST handles of crypto since ~ node 15 #57

Closed
SanderDeWaal1992 opened this issue Jan 25, 2022 · 2 comments
Closed

Comments

@SanderDeWaal1992
Copy link

I used why-is-not-running in node 12 with much satisfaction but now I've upgraded to the node 16 LTS it is not working anymore for my use-case.

The native Node crypto module now gives a lot of RANDOMBYTESREQUEST false positives.

I think this is related to an issue on Jest: jestjs/jest#11275. Their fix: https://github.com/facebook/jest/pull/11278/files

@mafintosh
Copy link
Owner

Nice, good catch. I tried to push a fix, can you test it?

@SanderDeWaal1992
Copy link
Author

Great, works perfect!

jonathanperret added a commit to jonathanperret/grist-core that referenced this issue Feb 15, 2024
Avoids reporting thousands of RANDOMBYTESREQUEST handles.
See mafintosh/why-is-node-running#57
jonathanperret added a commit to jonathanperret/grist-core that referenced this issue Feb 19, 2024
Avoids reporting thousands of RANDOMBYTESREQUEST handles.
See mafintosh/why-is-node-running#57
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

No branches or pull requests

2 participants