Opened 7 years ago
Closed 7 years ago
#9875 closed enhancement (fixed)
node.js-9.1.0
Reported by: | Owned by: | Cheyenne McNutt | |
---|---|---|---|
Priority: | high | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Priority: | normal → high |
---|
There are too many changes to list.
However, notably:
zlib: CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an error to be raised when a raw deflate stream is initialized with windowBits set to 8. On some versions this crashes Node and you cannot recover from it, while on some versions it throws an exception. Node.js will now gracefully set windowBits to 9 replicating the legacy behavior to avoid a DOS vector. nodejs-private/node-private#95
Note:
See TracTickets
for help on using tickets.
DJ gave me permission to take this one around 3:30PM. I figure that this should be an easy test.