LoginSignup
0
0

More than 5 years have passed since last update.

Node.js v11.3.0リリースノート

Last updated at Posted at 2018-12-16

deps

  • Upgrade to OpenSSL 1.1.0j, fixing CVE-2018-0734 and CVE-2019-0735
    • OpenSSL更新

http

  • Headers received by HTTP servers must not exceed 8192 bytes in total to prevent possible Denial of Service attacks. Reported by Trevor Norris. (CVE-2018-12121 / Matteo Collina)
    • HTTPサーバーが受信するヘッダーが最大8KBに制限された
  • A timeout of 40 seconds now applies to servers receiving HTTP headers. This value can be adjusted with server.headersTimeout. Where headers are not completely received within this period, the socket is destroyed on the next received chunk. In conjunction with server.setTimeout(), this aids in protecting against excessive resource retention and possible Denial of Service. Reported by Jan Maybach (liebdich.com). (CVE-2018-12122 / Matteo Collina)
    • HTTPヘッダー受信に40秒のタイムアウトが設定され、それを過ぎた後にチャンクを受け取るとソケットが破棄されるようになった

url

  • Fix a bug that would allow a hostname being spoofed when parsing URLs with url.parse() with the 'javascript:' protocol. Reported by Martin Bajanik (Kentico). (CVE-2018-12123 / Matteo Collina)
    • url.parse()のホストネームが偽装できたバグを修正
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0