summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
diff options
context:
space:
mode:
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.bb3
1 files changed, 3 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 9326b26421..11e9717c6a 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
@@ -54,6 +54,9 @@ CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587"
54# the vulnerability was introduced later (with libuv 1.45) 54# the vulnerability was introduced later (with libuv 1.45)
55CVE_CHECK_IGNORE += "CVE-2024-22017" 55CVE_CHECK_IGNORE += "CVE-2024-22017"
56 56
57# this vulnerabilities affect only Windows
58CVE_CHECK_IGNORE += "CVE-2024-3566 CVE-2024-36138"
59
57# v8 errors out if you have set CCACHE 60# v8 errors out if you have set CCACHE
58CCACHE = "" 61CCACHE = ""
59 62