chore: update busboy#1044
chore: update busboy#1044Achneoder wants to merge 1 commit intoexpressjs:masterfrom Achneoder:master
Conversation
|
Since this is a breaking change we cannot release it in a 1.x version, and I believe that this have already been updated in the 2.x line (see #399). Thanks for taking the time with the PR though |
|
I know that it's fixed in version 2, but since this is a potential security issue, I think it's worth to consider releasing a new version fixing this. You mentioned yourself that you don't know when v2.0 gets released (#1042 (comment)) and according to the commits, it looks like v2.0 is in development for ~ 5 years now. Dropping support for really old and not yet anymore maintained Node versions by creation a new minor version for multer doesn't look like a big deal to me in contrast to the potential (and also annoying) security issue by using |
Using https://github.com/expressjs/express/blob/master/Security.md
I think that following semver is really important, especially for projects being used by so many. It's not fun to have your project break because a dependency wasn't following it...
All the features for Multer 2.0 is done, and the release candidates should be stable. I can recommend using 2.x now, and report any feedback, good or bad, in that thread. Once I see that it's working for some people I would feel confident releasing it... |
Updates busboy to latest version
Targets
DeprecationWarning: Buffer()and #1041