nodejs: fix CVE-2024-22025

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Archana Polampalli 2024-02-27 11:37:16 +00:00 committed by Armin Kuster
parent 7b468c6f83
commit 17db7e96c4
2 changed files with 149 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
file://0001-Nodejs-Fixed-pipes-DeprecationWarning.patch \
file://CVE-2022-25883.patch \
file://CVE-2024-22019.patch \
file://CVE-2024-22025.patch \
"
SRC_URI:append:class-target = " \
file://0001-Using-native-binaries.patch \