From da967b753664d512e3eb9cfb1206202105f57d3b Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Wed, 13 Oct 2021 08:10:57 +0900 Subject: node: bump to 14.18.1 / October 12th 2021 Security Releases October 12th 2021 Security Releases: HTTP Request Smuggling due to spaced in headers (Medium)(CVE-2021-22959) HTTP Request Smuggling when parsing the body (Medium)(CVE-2021-22960) Signed-off-by: Hirokazu MORIKAWA --- lang/node/patches/003-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/003-path.patch') diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 2572c5f9c..8110a4a46 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1189,7 +1189,8 @@ Module._initPaths = function() { +@@ -1202,7 +1202,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); -- cgit v1.2.3