grub: Exclude CVE-2019-14865 from cve-check

The CVE only applies to RHEL.

(From OE-Core rev: 8cfc3ebe50facb7e34e778f3e264b26cfae20a04)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-05-20 18:37:34 +01:00
parent 8893cd87f3
commit 8b9bd26295

View File

@@ -34,6 +34,9 @@ CVE_CHECK_WHITELIST += "\
CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 CVE-2020-27779 \
CVE-2021-3418 CVE-2021-20225 CVE-2021-20233"
# Applies only to RHEL
CVE_CHECK_WHITELIST += "CVE-2019-14865"
S = "${WORKDIR}/grub-${REALPV}"
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/grub"