Skip to content

2.0.2

Choose a tag to compare

@msimerson msimerson released this 08 Apr 20:52
· 5 commits to master since this release
4ee9df2
  • fix: GetDataStream must extend Writable, not legacy Stream #19
  • fix: limit header size to prevent memory exhaustion
  • fix: limit boundaries to prevent memory exhaustion
  • fix: sanitize the spool filename, prevent path traversal
  • fix: on Writable stream, set autoClose: false
    • end is a noop here, that's for fs.createReadableStream