diff --git a/locale/en/blog/vulnerability/july-2022-security-releases.md b/locale/en/blog/vulnerability/july-2022-security-releases.md index 2acf0aaa01fa2..b77c78367d191 100644 --- a/locale/en/blog/vulnerability/july-2022-security-releases.md +++ b/locale/en/blog/vulnerability/july-2022-security-releases.md @@ -99,7 +99,7 @@ default named `nodejs_conf`**. If your installation was using the default `openssl.cnf` file and is affected by this breaking change you can fall back to the previous behavior by: -* Adding `--openssl-shared-config` to the command line; or +* Adding `--openssl-shared-config` to the command line (Node.js 18.5.0 only); or * Creating a new `nodejs_conf` section in that file and copying the contents of the default section into the new `nodejs_conf` section. ## Attempt to read `openssl.cnf` from `/home/iojs/build/` upon startup (Medium)(CVE-2022-32222)