mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 03:22:37 +00:00
nodejs: ignore CVE-2024-36137
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-36137
The vulnerability affects the permission model, which was introduced[1]
in v20 - the recipe version isn't vulerable yet.
[1]: 00c222593e
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
e88e353f30
commit
3dc63bce4d
@ -49,7 +49,7 @@ S = "${WORKDIR}/node-v${PV}"
|
||||
CVE_PRODUCT = "nodejs node.js"
|
||||
|
||||
# the vulnerabilities were introduced in v20
|
||||
CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587"
|
||||
CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587 CVE-2024-36137"
|
||||
|
||||
# the vulnerability was introduced later (with libuv 1.45)
|
||||
CVE_CHECK_IGNORE += "CVE-2024-22017"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user