diff --git a/locale/en/blog/release/v15.5.0.md b/locale/en/blog/release/v15.5.0.md index d9aba3b7b8a42..a8190bde71973 100644 --- a/locale/en/blog/release/v15.5.0.md +++ b/locale/en/blog/release/v15.5.0.md @@ -10,6 +10,12 @@ author: Michaƫl Zasso ### Notable Changes +#### OpenSSL-1.1.1i + +OpenSSL-1.1.1i contains a fix for CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High). This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20201208.txt + +Contributed by Myles Borins [#36520](https://github.com/nodejs/node/pull/36520). + #### Extended support for `AbortSignal` in child_process and stream The following APIs now support an `AbortSignal` in their options object: