From 8babc2e751426ba221af30291c23f9b7b4f3bded Mon Sep 17 00:00:00 2001 From: Davide Gardenal Date: Wed, 6 Jul 2022 12:24:19 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-networking/recipes-protocols') 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 \ +" -- cgit v1.2.3-54-g00ecf