aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atop/atop_2.4.0.bb
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-18 13:07:06 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-18 09:11:22 -0700
commitefa12676dd0676fd0aa63457d7ba360fe8a6fae2 (patch)
treead3dea96d17132931893fc8b9ef0edf212de5a8e /meta-oe/recipes-support/atop/atop_2.4.0.bb
parent261465eb6e2bd8f83e6841f8e42e1fb1be6d1499 (diff)
downloadmeta-openembedded-contrib-efa12676dd0676fd0aa63457d7ba360fe8a6fae2.tar.gz
meta-oe: ignore patched CVEs
Some old CVEs don't have a vulnerable version range in the NVD database, this causes come mismatch with cve-check. Ignore many CVEs that are picked up by the class but are patched in our products. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/atop/atop_2.4.0.bb')
-rw-r--r--meta-oe/recipes-support/atop/atop_2.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/atop/atop_2.4.0.bb b/meta-oe/recipes-support/atop/atop_2.4.0.bb
index 35540b3b8f..b1d2abde73 100644
--- a/meta-oe/recipes-support/atop/atop_2.4.0.bb
+++ b/meta-oe/recipes-support/atop/atop_2.4.0.bb
@@ -24,6 +24,10 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \
SRC_URI[md5sum] = "1077da884ed94f2bc3c81ac3ab970436"
SRC_URI[sha256sum] = "be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69"
+CVE_CHECK_IGNORE += "\
+ CVE-2011-3618 \
+"
+
do_compile() {
oe_runmake all
}