diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-02 22:13:58 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-03 08:07:27 +0530 |
| commit | f52c71189fc98409b31b735c29f5792b3d47fa72 (patch) | |
| tree | f3da7e2035266f649874d7957bc452375180c480 /meta-networking/recipes-support/ntopng | |
| parent | dfc0632585188a1950f57c1acaaf7f9f7a8322d1 (diff) | |
| download | meta-openembedded-f52c71189fc98409b31b735c29f5792b3d47fa72.tar.gz | |
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]: https://github.com/ntop/nDPI/commit/b9348e9d6e0e754c4b17661c643ca258f1540ca1
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support/ntopng')
| -rw-r--r-- | meta-networking/recipes-support/ntopng/ndpi_4.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb index f0175167a4..ae6efa802e 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.2-stable;protocol=https \ | |||
| 13 | file://0001-autogen.sh-not-generate-configure.patch \ | 13 | file://0001-autogen.sh-not-generate-configure.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | |||
| 17 | inherit autotools-brokensep pkgconfig | 16 | inherit autotools-brokensep pkgconfig |
| 18 | 17 | ||
| 19 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" | 18 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" |
| @@ -25,3 +24,5 @@ do_configure:prepend() { | |||
| 25 | EXTRA_OEMAKE = " \ | 24 | EXTRA_OEMAKE = " \ |
| 26 | libdir=${libdir} \ | 25 | libdir=${libdir} \ |
| 27 | " | 26 | " |
| 27 | |||
| 28 | CVE_STATUS[CVE-2025-25066] = "cpe-incorrect: Version 4.2 is not vulnerable yet" | ||
