Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.16.0
->8.17.0
Release Notes
nodejs/node (node)
v8.17.0
: 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorinsCompare Source
This is a security release.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable changes
Commits
208b813e49
] - build,win: add test-ci-native and test-ci-js (João Reis) #30724369a23a670
] - deps: update npm to 6.13.4 (Audrey Eschright) #30904v8.16.2
: 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggsCompare Source
Node.js 8 is due to go End-of-Life on 31st December 2019.
Notable changes
Commits
cc9d005628
] - crypto: update root certificates (Sam Roberts) #28808347fcd35e3
] - crypto: update root certificates (Sam Roberts) #27374b2a6b3254d
] - crypto: update root certificates (Sam Roberts) #251135682e50325
] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) nodejs/io.js#18369663ae3546
] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) iojs/io.js#138987eee99466
] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) iojs/io.js#1389da99d3f972
] - deps: copy all openssl header files to include dir (Sam Roberts) #28230dc9d645ac4
] - deps: upgrade openssl sources to 1.0.2s (Sam Roberts) #2823037e24b19a0
] - deps: V8: backportd520ebb
(Michaël Zasso) #273581a5dc6a3e7
] - http: check for existance in resetHeadersTimeoutOnReqEnd (Matteo Collina) #26402e45b6a3b98
] - http2: do not start reading after write if new write is on wire (Anna Henningsen) #29399559a8e342b
] - http2: do not crash on stream listener removal w/ destroyed session (Anna Henningsen) #29459dd285968c4
] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) iojs/io.js#13893ee076f03d
] - stream: ensure writable.destroy() emits error once (Luigi Pinca) #26057a7e5fe1f06
] - test: unskip tests that now pass on AIX (Sam Roberts) #2905465e9b0f5a2
] - test: specialize OOM check for AIX (Sam Roberts) #288577aca9cb09b
] - test: fix pty test hangs on aix (Ben Noordhuis) #28600588b761fca
] - test: skip stringbytes-external-exceed-max on AIX (Sam Roberts) #28516930647d0fe
] - test: skip tests related to CI failures on AIX (Sam Roberts) #2846992a2f8bbe3
] - test,win: cleanup exec-timeout processes (João Reis) #28723d57f79726d
] - tls: partially backport pull request #26415 (Ben Noordhuis) #26415c582fef5cc
] - tools: update certdata.txt (Sam Roberts) #288084fbadf6a9e
] - tools: update certdata.txt (Sam Roberts) #27374529b2ad25f
] - tools: update certdata.txt (Sam Roberts) #25113v8.16.1
: 2019-08-15, Version 8.16.1 'Carbon' (LTS), @BethGriggsCompare Source
Notable changes
This is a security release.
Node.js, as well as many other implementations of HTTP/2, have been found
vulnerable to Denial of Service attacks.
See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md
for more information.
Vulnerabilities fixed:
Commits
6d427378c0
] - deps: update nghttp2 to 1.39.2 (Anna Henningsen) #2912233d4d916d5
] - deps: update nghttp2 to 1.39.1 (gengjiawen) #2844817fad97113
] - deps: update nghttp2 to 1.38.0 (gengjiawen) #272950b44733695
] - deps: update nghttp2 to 1.37.0 (gengjiawen) #269905afc77b044
] - deps: update nghttp2 to 1.34.0 (James M Snell) #23284073108c855
] - http2: allow security revert for Ping/Settings Flood (Anna Henningsen) #291226d687f7af8
] - http2: pause input processing if sending output (Anna Henningsen) #29122854dba649e
] - http2: stop reading from socket if writes are in progress (Anna Henningsen) #29122a3191689dd
] - http2: consider 0-length non-end DATA frames an error (Anna Henningsen) #29122156f2f35df
] - http2: shrink defaultvector::reserve()
allocations (Anna Henningsen) #2912210f05b65c4
] - http2: handle 0-length headers better (Anna Henningsen) #29122ac28a628a5
] - http2: limit number of invalid incoming frames (Anna Henningsen) #2912211b4e2c0db
] - http2: limit number of rejected stream openings (Anna Henningsen) #291227de642b6f9
] - http2: do not create ArrayBuffers when no DATA received (Anna Henningsen) #29122dd60d3561a
] - http2: only call into JS when necessary for session events (Anna Henningsen) #2912200f6846b73
] - http2: improve JS-side debug logging (Anna Henningsen) #29122b095e35f1f
] - http2: improve http2 code a bit (James M Snell) #23984cc282239c1
] - test: apply test-http2-max-session-memory-leak from v12.x (Anna Henningsen) #29122Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.