node/doc/changelogs
Evan Lucas 23cb8a0af0
2017-07-11, Version 7.10.1 (Current)
This is a security release. All Node.js users should consult the
security release summary at
https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
for details on patched vulnerabilities.

* **build**:
  - Disable V8 snapshots - The hashseed embedded in the snapshot is
    currently the same for all runs of the binary. This opens node up to
collision attacks which could result in a Denial of Service. We have
temporarily disabled snapshots until a more robust solution is found
(Ali Ijaz Sheikh)
* **deps**:
  - CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(),
    which is used for parsing NAPTR responses, could be triggered to
read memory outside of the given input buffer if the passed in DNS
response packet was crafted in a particular way. This patch checks that
there is enough data for the required elements of an NAPTR record (2
int16, 3 bytes for string lengths) before processing a record. (David
Drysdale)

PR-URL: https://github.com/nodejs/node-private/pull/92
2017-07-11 00:01:22 +01:00
..
CHANGELOG_ARCHIVE.md benchmark,build,doc,lib,src,test: correct typos 2017-03-05 23:25:21 +01:00
CHANGELOG_IOJS.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 05:47:32 -07:00
CHANGELOG_V4.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 05:47:32 -07:00
CHANGELOG_V5.md benchmark,build,doc,lib,src,test: correct typos 2017-03-05 23:25:21 +01:00
CHANGELOG_V6.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 05:47:32 -07:00
CHANGELOG_V7.md 2017-07-11, Version 7.10.1 (Current) 2017-07-11 00:01:22 +01:00
CHANGELOG_V010.md tools: disallow trailing whitespace for markdown 2016-11-22 06:38:04 +01:00
CHANGELOG_V012.md tools: disallow trailing whitespace for markdown 2016-11-22 06:38:04 +01:00