francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

upgrade busboy to avoid security vulnerability #12

Closed bxjw closed 2 years ago

bxjw commented 2 years ago

npm audit flagged a major vulnerability on 0.3.0 for busboy - this branch still has issues though, something to do with breaking changes