mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +00:00
ndpi: ignore CVE-2025-25066
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-25066 The vulnerable code was introduced in version 4.12[1], and the recipe version is not vulnerable yet. Due to this, ignore this CVE for now, until the recipe is upgraded. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,3 +25,6 @@ do_configure:prepend() {
|
|||||||
EXTRA_OEMAKE = " \
|
EXTRA_OEMAKE = " \
|
||||||
libdir=${libdir} \
|
libdir=${libdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# remove this CVE_STATUS, when the recipe is updated to 4.12 or newer
|
||||||
|
CVE_STATUS[CVE-2025-25066] = "cpe-incorrect: Version 4.2 is not vulnerable yet"
|
||||||
|
|||||||
Reference in New Issue
Block a user