createReadStream/createWithStream doesn't validate fd arg is valid #35178
Labels
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. |
dylanelliott27
added a commit
to dylanelliott27/node
that referenced
this issue
Nov 10, 2020
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing a
validateIntegercheckThe text was updated successfully, but these errors were encountered: