Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
createReadStream/createWithStream doesn't validate fd arg is valid #35178
Comments
Similar with |
Hello I would like to help with this issue, but I don't completely understand what is required and where to do the work, can you please point me on the right direction please? |
Can I get this with some instructions, please? |
@dsuarezlogans @abhinavjonnada82 There is already a pull request that could potentially close this issue. If there is a pull request attached to the issue you are looking at, I would suggest looking at another one to not conflict with the developer who is already working on it. After finding the first issue you want to work on, you should read this document. |
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
Missing a
validateInteger
check