Skip to content

Commit 703d206

Browse files
tniessennschonni
authored andcommitted
blog: fix markup in OpenSSL dec 2022 post
1 parent 1e94c06 commit 703d206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale/en/blog/vulnerability/openssl-fixes-in-regular-releases-dec2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our assessment of the [security advisory](https://mta.openssl.org/pipermail/open
1818
### X.509 Policy Constraints Double Locking (CVE-2022-3996)
1919

2020
Node.js doesn't call OpenSSL as a separate process (so the possibility to use the `-policy` flag is invalid), nor call
21-
the functions `X509_VERIFY_PARAM_add0_policy()' and `X509_VERIFY_PARAM_set1_policies()'.
21+
the functions `X509_VERIFY_PARAM_add0_policy()` and `X509_VERIFY_PARAM_set1_policies()`.
2222
Therefore, Node.js is not affected by this vulnerability.
2323

2424
### Contact and future updates

0 commit comments

Comments
 (0)