diff options
author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-18 13:07:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-18 09:11:22 -0700 |
commit | efa12676dd0676fd0aa63457d7ba360fe8a6fae2 (patch) | |
tree | ad3dea96d17132931893fc8b9ef0edf212de5a8e /meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | |
parent | 261465eb6e2bd8f83e6841f8e42e1fb1be6d1499 (diff) | |
download | meta-openembedded-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-devtools/uw-imap/uw-imap_2007f.bb')
-rw-r--r-- | meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb index e9cb7adb81..df90b629a9 100644 --- a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb +++ b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | |||
@@ -18,6 +18,10 @@ SRC_URI[sha256sum] = "53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520 | |||
18 | 18 | ||
19 | S = "${WORKDIR}/imap-${PV}" | 19 | S = "${WORKDIR}/imap-${PV}" |
20 | 20 | ||
21 | CVE_CHECK_IGNORE += "\ | ||
22 | CVE-2005-0198 \ | ||
23 | " | ||
24 | |||
21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
22 | PACKAGECONFIG[pam] = ",,libpam" | 26 | PACKAGECONFIG[pam] = ",,libpam" |
23 | 27 | ||