diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-09 19:24:21 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-17 10:51:26 +0200 |
| commit | fff1d56fe1f4006a1f82ba36e6c57250f54c6a87 (patch) | |
| tree | 478cb7552f26d75ed9ad17c763bcc2ee23fadf08 /meta-oe | |
| parent | 7eadf76d76291e34e32ba5922182ec44a7b6eaea (diff) | |
| download | meta-openembedded-fff1d56fe1f4006a1f82ba36e6c57250f54c6a87.tar.gz | |
iperf2: ignore irrelevant CVEs
These CVEs are for iperf3 - which is a similar application in its goals (and name),
but an independent project from this, and the projects are independent implementations
also, they share no common code.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit aedf74e08230f60c270032e8b937d1ab9bd2fc9c)
Reworked for Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE))
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb b/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb index 86e5fef530..30575590aa 100644 --- a/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb +++ b/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb | |||
| @@ -21,3 +21,6 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d | |||
| 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 22 | 22 | ||
| 23 | CVE_PRODUCT = "iperf_project:iperf" | 23 | CVE_PRODUCT = "iperf_project:iperf" |
| 24 | |||
| 25 | # cpe-incorrect: the vulnerabilities are in iperf3, which is a different project | ||
| 26 | CVE_CHECK_IGNORE += "CVE-2025-54349 CVE-2025-54350 CVE-2025-54351" | ||
