aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-06 12:24:19 +0200
committerArmin Kuster <akuster808@gmail.com>2022-07-18 06:58:49 -0700
commitb7c6c47d4d5ceb4d9c5affa7e86744f0b8c2faf4 (patch)
tree6723f8f9e1f1ad7497d96579dfbf547de5155465
parent66106e15b97a8d2db24db0f62f6795ad256e7cae (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb4
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
SRC_URI[md5sum] = "eced21b054d71c9e1b7c6ac43286a166"
SRC_URI[sha256sum] = "e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3"
+
+CVE_CHECK_IGNORE += "\
+ CVE-2016-4049 \
+"