|
10 | 10 | </tr>
|
11 | 11 | <tr>
|
12 | 12 | <td valign="top">
|
| 13 | +<a href="#12.15.0">12.15.0</a><br/> |
13 | 14 | <a href="#12.14.1">12.14.1</a><br/>
|
14 | 15 | <a href="#12.14.0">12.14.0</a><br/>
|
15 | 16 | <a href="#12.13.1">12.13.1</a><br/>
|
|
51 | 52 | * [io.js](CHANGELOG_IOJS.md)
|
52 | 53 | * [Archive](CHANGELOG_ARCHIVE.md)
|
53 | 54 |
|
| 55 | +<a id="12.15.0"></a> |
| 56 | +## 2020-02-06, Version 12.15.0 'Erbium' (LTS), @BethGriggs |
| 57 | + |
| 58 | +### Notable changes |
| 59 | + |
| 60 | +This is a security release. |
| 61 | + |
| 62 | +Vulnerabilities fixed: |
| 63 | +* **CVE-2019-15606**: HTTP header values do not have trailing OWS trimmed. |
| 64 | +* **CVE-2019-15605**: HTTP request smuggling using malformed Transfer-Encoding header. |
| 65 | +* **CVE-2019-15604**: Remotely trigger an assertion on a TLS server with a malformed certificate string. |
| 66 | + |
| 67 | +Also, HTTP parsing is more strict to be more secure. Since this may |
| 68 | +cause problems in interoperability with some non-conformant HTTP |
| 69 | +implementations, it is possible to disable the strict checks with the |
| 70 | +`--insecure-http-parser` command line flag, or the `insecureHTTPParser` |
| 71 | +http option. Using the insecure HTTP parser should be avoided. |
| 72 | + |
| 73 | +### Commits |
| 74 | + |
| 75 | +* [[`209767c7a2`](https://github.com/nodejs/node/commit/209767c7a2)] - **benchmark**: support optional headers with wrk (Sam Roberts) [nodejs-private/node-private#189](https://github.com/nodejs-private/node-private/pull/189) |
| 76 | +* [[`02c8905051`](https://github.com/nodejs/node/commit/02c8905051)] - **crypto**: fix assertion caused by unsupported ext (Fedor Indutny) [nodejs-private/node-private#175](https://github.com/nodejs-private/node-private/pull/175) |
| 77 | +* [[`25d6011912`](https://github.com/nodejs/node/commit/25d6011912)] - **deps**: update llhttp to 2.0.4 (Beth Griggs) [nodejs-private/llhttp-private#1](https://github.com/nodejs-private/llhttp-private/pull/1) |
| 78 | +* [[`8162f0e194`](https://github.com/nodejs/node/commit/8162f0e194)] - **deps**: upgrade http-parser to v2.9.3 (Sam Roberts) [nodejs-private/http-parser-private#4](https://github.com/nodejs-private/http-parser-private/pull/4) |
| 79 | +* [[`d41314ef99`](https://github.com/nodejs/node/commit/d41314ef99)] - **(SEMVER-MINOR)** **deps**: upgrade http-parser to v2.9.1 (Sam Roberts) [#30473](https://github.com/nodejs/node/pull/30473) |
| 80 | +* [[`7fc565666c`](https://github.com/nodejs/node/commit/7fc565666c)] - **(SEMVER-MINOR)** **http**: make --insecure-http-parser configurable per-stream or per-server (Anna Henningsen) [#31448](https://github.com/nodejs/node/pull/31448) |
| 81 | +* [[`496736ff78`](https://github.com/nodejs/node/commit/496736ff78)] - **(SEMVER-MINOR)** **http**: opt-in insecure HTTP header parsing (Sam Roberts) [#30567](https://github.com/nodejs/node/pull/30567) |
| 82 | +* [[`76fd8910e9`](https://github.com/nodejs/node/commit/76fd8910e9)] - **http**: strip trailing OWS from header values (Sam Roberts) [nodejs-private/node-private#189](https://github.com/nodejs-private/node-private/pull/189) |
| 83 | +* [[`9cd155eb4a`](https://github.com/nodejs/node/commit/9cd155eb4a)] - **test**: using TE to smuggle reqs is not possible (Sam Roberts) [nodejs-private/node-private#192](https://github.com/nodejs-private/node-private/pull/192) |
| 84 | +* [[`ab1fcb89cb`](https://github.com/nodejs/node/commit/ab1fcb89cb)] - **test**: check that --insecure-http-parser works (Sam Roberts) [#31253](https://github.com/nodejs/node/pull/31253) |
| 85 | + |
54 | 86 | <a id="12.14.1"></a>
|
55 | 87 | ## 2020-01-07, Version 12.14.1 'Erbium' (LTS), @BethGriggs
|
56 | 88 |
|
|
0 commit comments