summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-02 12:28:56 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-08 22:03:03 +0100
commit04f577d527d9d7beb6fcde973f5e61704bfe1ba8 (patch)
tree04ec9aef6b103910e3fabf807566dfb85a165e19
parent96083488242ba0948f64664897c56c900b16b397 (diff)
downloadmeta-openembedded-04f577d527d9d7beb6fcde973f5e61704bfe1ba8.tar.gz
nodejs: ignore CVE-2023-30583, CVE-2023-30584 and CVE-2023-30587
Details: https://nvd.nist.gov/vuln/detail/CVE-2023-30583 https://nvd.nist.gov/vuln/detail/CVE-2023-30584 https://nvd.nist.gov/vuln/detail/CVE-2023-30587 None of these vulnerabilities are present in the recipe version. CVE-2023-30583: While the main feature (blob) was intruced in v16, the vulnerable code (load blobs from file) was introduced in v20[1], and as such, the vulnerability is not present in the recipe version. CVE-2023-30584, CVE-2023-30587: The whole vulnerable feature (permission model) was introduced[2] in v20. Ignore these CVE IDs. [1]: https://github.com/nodejs/node/commit/950cec4c2642c15e2913f35babadda56c1d8a723 [2]: https://github.com/nodejs/node/commit/00c222593e49d817281bc88a322f41f8dca95885 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-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 05a6706c10..b2872bfd98 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.20.2.bb
@@ -46,6 +46,9 @@ S = "${WORKDIR}/node-v${PV}"
46 46
47CVE_PRODUCT = "nodejs node.js" 47CVE_PRODUCT = "nodejs node.js"
48 48
49# the vulnerabilities were introduced in v20
50CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587"
51
49# v8 errors out if you have set CCACHE 52# v8 errors out if you have set CCACHE
50CCACHE = "" 53CCACHE = ""
51 54