mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nodejs: ignore CVE-2024-3566 and CVE-2024-36138
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-3566 https://nvd.nist.gov/vuln/detail/CVE-2024-36138 This vulnerabilities affect Windows only. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
9e38c37a62
commit
e88e353f30
@ -54,6 +54,9 @@ CVE_CHECK_IGNORE = "CVE-2023-30583 CVE-2023-30584 CVE-2023-30587"
|
||||
# the vulnerability was introduced later (with libuv 1.45)
|
||||
CVE_CHECK_IGNORE += "CVE-2024-22017"
|
||||
|
||||
# this vulnerabilities affect only Windows
|
||||
CVE_CHECK_IGNORE += "CVE-2024-3566 CVE-2024-36138"
|
||||
|
||||
# v8 errors out if you have set CCACHE
|
||||
CCACHE = ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user