diff options
| author | Akash Hadke <akash.hadke@kpit.com> | 2022-06-14 16:47:47 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-15 06:58:23 -0700 |
| commit | 9c3976adde37272cdcb56d0791fc87a3dcd5be2e (patch) | |
| tree | 275ce293683e556443da6f1b8995bd82194e4cd9 /meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb | |
| parent | fad4c407c9cb58353fc94133888c898abb969b50 (diff) | |
| download | meta-openembedded-9c3976adde37272cdcb56d0791fc87a3dcd5be2e.tar.gz | |
iperf: Set CVE_PRODUCT to "iperf_project:iperf"
Set CVE_PRODUCT as 'iperf_project:iperf' for iperf2 and iperf3
recipes, cve-check class is setting default CVE_PRODUCT to
'iperf2' and 'iperf3' respectively which ignores the iperf
CVEs from NVD Database.
Reference:
CVE-2016-4303
Link: https://nvd.nist.gov/vuln/detail/CVE-2016-4303
Signed-off-by: Akash Hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <hadkeakash4@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb index a6af23aec9..2142a8ef1d 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb | |||
| @@ -30,3 +30,5 @@ PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sc | |||
| 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" | 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" |
| 31 | 31 | ||
| 32 | CFLAGS += "-D_GNU_SOURCE" | 32 | CFLAGS += "-D_GNU_SOURCE" |
| 33 | |||
| 34 | CVE_PRODUCT = "iperf_project:iperf" | ||
