We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a security release. All Node.js users should consult the security release summary at:
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
for details on patched vulnerabilities.
Fixes for the following CVEs are included in this release:
Buffer.write()
fc14d812b7
8f59838ae7
97607f8622
46e4917d98
1b93677a81
ebf399473b
131c5ed438
3139897ff5
0c047c4d9a
7c6d0f604b
The text was updated successfully, but these errors were encountered:
8.11.4 'Carbon' (close #229)
e390e4c
d6e5798
No branches or pull requests
This is a security release. All Node.js users should consult the security release summary at:
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
for details on patched vulnerabilities.
Fixes for the following CVEs are included in this release:
Notable Changes
Buffer.write()
for UCS-2 encoding (CVE-2018-12115)Commits
fc14d812b7
] - buffer: avoid overrun on UCS-2 string write (Rod Vagg) nodejs-private/node-private#1388f59838ae7
] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) #183697607f8622
] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) #138946e4917d98
] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) #13891b93677a81
] - deps: copy all openssl header files to include dir (Shigeki Ohtsu) #22320ebf399473b
] - deps: upgrade openssl sources to 1.0.2p (Shigeki Ohtsu) #22320131c5ed438
] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) #13893139897ff5
] - test: fix error messages for OpenSSL-1.0.2p (Shigeki Ohtsu) #223200c047c4d9a
] - test: update certificates and private keys (Fedor Indutny) #221847c6d0f604b
] - test: update keys/Makefile to clean and build all (Daniel Bevenius) #19975The text was updated successfully, but these errors were encountered: