summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2024-02-27 11:37:17 +0000
committerArmin Kuster <akuster808@gmail.com>2024-06-02 15:10:59 -0400
commit3eb9002ce702df3c6a6b4702672eea58143d95d8 (patch)
treeec136cb338a17adeac081017d2d8683c380ac988 /meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
parent17db7e96c4f0155cfbaf52caf1461ba76cd05fdd (diff)
downloadmeta-openembedded-3eb9002ce702df3c6a6b4702672eea58143d95d8.tar.gz
nodejs: fix CVE-2023-46809
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
index 79e37214d4..95b36c926d 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
@@ -29,6 +29,7 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
29 file://CVE-2022-25883.patch \ 29 file://CVE-2022-25883.patch \
30 file://CVE-2024-22019.patch \ 30 file://CVE-2024-22019.patch \
31 file://CVE-2024-22025.patch \ 31 file://CVE-2024-22025.patch \
32 file://CVE-2023-46809.patch \
32 " 33 "
33SRC_URI:append:class-target = " \ 34SRC_URI:append:class-target = " \
34 file://0001-Using-native-binaries.patch \ 35 file://0001-Using-native-binaries.patch \