mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
ndpi: ignore CVE-2025-25066
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-25066
The vulnerable code was introduced in v4.12[1], and is not
present in the recipe version. Due to this, ignore the CVE.
[1]: b9348e9d6e
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
b3c43cc096
commit
cdc87f8f3b
@ -26,3 +26,6 @@ do_configure:prepend() {
|
||||
EXTRA_OEMAKE = " \
|
||||
libdir=${libdir} \
|
||||
"
|
||||
|
||||
# vulnerability was introduced in v4.12
|
||||
CVE_CHECK_IGNORE = "CVE-2025-25066"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user