diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-09 19:16:51 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-10-30 14:43:30 +0800 |
| commit | a2a174aafc706cb565a287da884201ee8c8d9fcf (patch) | |
| tree | ddae78fffc6273a0162d0c4eb0f39bc67a9c5aa9 /meta-oe | |
| parent | 46091f4925694294f0ca7f1e8ac49f98f979f9e4 (diff) | |
| download | meta-openembedded-a2a174aafc706cb565a287da884201ee8c8d9fcf.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)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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..05a905b98f 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 | CVE_STATUS[CVE-2025-54349] = "cpe-incorrect: the vulnerability is in iperf3, which is a different project" | ||
| 25 | CVE_STATUS[CVE-2025-54350] = "cpe-incorrect: the vulnerability is in iperf3, which is a different project" | ||
| 26 | CVE_STATUS[CVE-2025-54351] = "cpe-incorrect: the vulnerability is in iperf3, which is a different project" | ||
