mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
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]: https://github.com/netdata/netdata/commit/0c8b46cbfd05109a45ee4de27f034567569fa3fa Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -79,3 +79,6 @@ do_install:append() {
|
|||||||
FILES:${PN} += "${localstatedir}/cache/netdata/ ${localstatedir}/lib/netdata/"
|
FILES:${PN} += "${localstatedir}/cache/netdata/ ${localstatedir}/lib/netdata/"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "bash zlib"
|
RDEPENDS:${PN} = "bash zlib"
|
||||||
|
|
||||||
|
# versions <1.45.0 are not vulnerable yet
|
||||||
|
CVE_CHECK_IGNORE = "CVE-2024-32019"
|
||||||
|
|||||||
Reference in New Issue
Block a user