netdata: ignore CVE-2024-32019

Details: https://nvd.nist.gov/vuln/detail/CVE-2024-32019

The vulnerability affects the ndsudo binary, part of netdata.
This binary was introduced in version 1.45.0[1], and the recipe
contains v1.34.1 - which is not vulnerable yet.

Ignore the CVE due to this.

[1]: 0c8b46cbfd
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-01-03 09:48:35 +01:00
parent 3dc63bce4d
commit 08c486ce76

View File

@ -79,3 +79,6 @@ do_install:append() {
FILES:${PN} += "${localstatedir}/cache/netdata/ ${localstatedir}/lib/netdata/"
RDEPENDS:${PN} = "bash zlib"
# versions <1.45.0 are not vulnerable yet
CVE_CHECK_IGNORE = "CVE-2024-32019"