diff options
| author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-06 12:24:19 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-07-18 06:58:49 -0700 |
| commit | b7c6c47d4d5ceb4d9c5affa7e86744f0b8c2faf4 (patch) | |
| tree | 6723f8f9e1f1ad7497d96579dfbf547de5155465 /meta-networking/recipes-protocols | |
| parent | 66106e15b97a8d2db24db0f62f6795ad256e7cae (diff) | |
| download | meta-openembedded-b7c6c47d4d5ceb4d9c5affa7e86744f0b8c2faf4.tar.gz | |
quagga: ignore CVE-2016-4049
CVE-2016-4049 is not affecting our version, so we can ignore it.
This is caused because the CPE in the NVD database doesn't specify
a vulnerable version range.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb b/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb index a7697a1ae9..984264a30f 100644 --- a/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb +++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb | |||
| @@ -2,3 +2,7 @@ require quagga.inc | |||
| 2 | 2 | ||
| 3 | SRC_URI[md5sum] = "eced21b054d71c9e1b7c6ac43286a166" | 3 | SRC_URI[md5sum] = "eced21b054d71c9e1b7c6ac43286a166" |
| 4 | SRC_URI[sha256sum] = "e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3" | 4 | SRC_URI[sha256sum] = "e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3" |
| 5 | |||
| 6 | CVE_CHECK_IGNORE += "\ | ||
| 7 | CVE-2016-4049 \ | ||
| 8 | " | ||
