multer icon indicating copy to clipboard operation
multer copied to clipboard

#790 bump busboy up to solve encoding bug

Open erano067 opened this issue 3 years ago • 4 comments

busboy in package json version(^0.2.11 = 0.2.14) does not handle multi fields in content-disposition. so i bump up the version and fix all minor api breaking changes of busboy.

erano067 avatar May 17 '22 23:05 erano067

A CVE is now associated with the dicer package. Upgrading to at least 1.0.0 of busboy removes dicer from multer's transitive dependency list.

https://github.com/mscdex/busboy/issues/250 https://security.snyk.io/vuln/SNYK-JS-DICER-2311764

justinnitz avatar May 19 '22 22:05 justinnitz

Two problems here:

  1. The change is not formated: do ./node_modules/.bin/standard --fix
  2. The tests are failing: npm run test
  • Error Handling: should report errors from busboy parsing
  • Unicode: 2) should handle unicode filenames

mrded avatar May 23 '22 09:05 mrded

Two problems here:

What the version of node.js? I've reproduced it on node v10.

progsmile avatar May 26 '22 15:05 progsmile

@mrded unicode issue solution is in this PR https://github.com/expressjs/multer/pull/1102

RopoMen avatar Jun 02 '22 04:06 RopoMen

This is done and discussed in #1097, currently it's published as 1.4.5-lts.1

LinusU avatar Oct 30 '22 14:10 LinusU