From d38077babe2e6f8b9ed326f86be0a9cf93b38b99 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 24 Oct 2021 19:10:57 +0200 Subject: [PATCH] doc: fix typo in changelogs Fix typo in v12.22.7, v14.18.1, and v16.11.1 changelogs. PR-URL: https://github.com/nodejs/node/pull/40585 Reviewed-By: Rich Trott Reviewed-By: Voltrex --- doc/changelogs/CHANGELOG_V16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md index 10404385dcca74..9c8e089841b18e 100644 --- a/doc/changelogs/CHANGELOG_V16.md +++ b/doc/changelogs/CHANGELOG_V16.md @@ -158,7 +158,7 @@ This is a security release. * **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium) * The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at [CVE-2021-22959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959) after publication. * **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium) - * The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication. + * The http parser ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication. ### Commits