mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
261465eb6e
commit
efa12676dd
@@ -15,6 +15,11 @@ SRC_URI = "\
|
||||
|
||||
SRC_URI[sha256sum] = "19654ad276b149646371fbdac21bc7620742f2975f7399fed0ffc1a18fbaf603"
|
||||
|
||||
CVE_CHECK_IGNORE += "\
|
||||
CVE-2010-1624 \
|
||||
CVE-2011-3594 \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "gnutls consoleui avahi dbus idn nss \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk startup-notification', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user