mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 21:04:33 +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.
[1]: b9348e9d6e
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
dfc0632585
commit
f52c71189f
@ -13,7 +13,6 @@ SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.2-stable;protocol=https \
|
|||||||
file://0001-autogen.sh-not-generate-configure.patch \
|
file://0001-autogen.sh-not-generate-configure.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
||||||
CPPFLAGS += "${SELECTED_OPTIMIZATION}"
|
CPPFLAGS += "${SELECTED_OPTIMIZATION}"
|
||||||
@ -25,3 +24,5 @@ do_configure:prepend() {
|
|||||||
EXTRA_OEMAKE = " \
|
EXTRA_OEMAKE = " \
|
||||||
libdir=${libdir} \
|
libdir=${libdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
CVE_STATUS[CVE-2025-25066] = "cpe-incorrect: Version 4.2 is not vulnerable yet"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user