diff options
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb | 3 |
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 2feec12f21..9c279d1463 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb | |||
| @@ -50,6 +50,9 @@ CVE_PRODUCT = "nodejs node.js" | |||
| 50 | # the vulnerabilities were introduced in v20 | 50 | # the vulnerabilities were introduced in v20 |
| 51 | CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587" | 51 | CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587" |
| 52 | 52 | ||
| 53 | # the vulnerability was introduced later (with libuv 1.45) | ||
| 54 | CVE_CHECK_IGNORE += "CVE-2024-22017" | ||
| 55 | |||
| 53 | # v8 errors out if you have set CCACHE | 56 | # v8 errors out if you have set CCACHE |
| 54 | CCACHE = "" | 57 | CCACHE = "" |
| 55 | 58 | ||
