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 upcreateReadStream/createWithStream doesn't validate fd arg is valid #35178
Comments
|
Similar with |
adds type validation to options fd & opts in createWriteStream and createReadStream. Refs: nodejs#35178
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
|
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. |
Missing a
validateIntegercheck