| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2c61b84 commit 07d8741
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,19 @@ | |||
| 1 | 1 | # Node.js ChangeLog | |
| 2 | 2 | ||
| 3 | + ## 2015-12-04, Version 0.12.9 (LTS), @rvagg | ||
| 4 | + | ||
| 5 | + Security Update | ||
| 6 | + | ||
| 7 | + ### Notable changes | ||
| 8 | + | ||
| 9 | + * http: Fix CVE-2015-8027, a bug whereby an HTTP socket may no longer have a parser associated with it but a pipelined request attempts to trigger a pause or resume on the non-existent parser, a potential denial-of-service vulnerability. (Fedor Indutny) | ||
| 10 | + * openssl: Upgrade to 1.0.1q, fixes CVE-2015-3194 "Certificate verify crash with missing PSS parameter", a potential denial-of-service vector for Node.js TLS servers using client certificate authentication; TLS clients are also impacted. Details are available at <http://openssl.org/news/secadv/20151203.txt>. (Ben Noordhuis) https://github.com/nodejs/node/pull/4133 | ||
| 11 | + | ||
| 12 | + ### Commits | ||
| 13 | + | ||
| 14 | + * [8d24a14f2c] - deps: upgrade to openssl 1.0.1q (Ben Noordhuis) https://github.com/nodejs/node/pull/4133 | ||
| 15 | + * [dfc6f4a9af] - http: fix pipeline regression (Fedor Indutny) | ||
| 16 | + | ||
| 3 | 17 | ## 2015-12-04, Version 0.10.41 (Maintenance), @rvagg | |
| 4 | 18 | ||
| 5 | 19 | Security Update | |
| Back | FazBrowse Home | New Git URL |
0 commit comments