mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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]: 0c8b46cbfd
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
3dc63bce4d
commit
08c486ce76
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user