diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-20 18:37:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-21 15:18:23 +0100 |
commit | 8b9bd2629502888c9381d9e358ceb6b5e99cdeca (patch) | |
tree | e8b5fa12e72e8f36ac4e3b27c3039fbd2fde34bd /meta | |
parent | 8893cd87f3387573569e93f3b34714163ffac2de (diff) | |
download | poky-8b9bd2629502888c9381d9e358ceb6b5e99cdeca.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index f0fa86b182..3c6b434c2d 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -34,6 +34,9 @@ CVE_CHECK_WHITELIST += "\ | |||
34 | CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 CVE-2020-27779 \ | 34 | CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 CVE-2020-27779 \ |
35 | CVE-2021-3418 CVE-2021-20225 CVE-2021-20233" | 35 | CVE-2021-3418 CVE-2021-20225 CVE-2021-20233" |
36 | 36 | ||
37 | # Applies only to RHEL | ||
38 | CVE_CHECK_WHITELIST += "CVE-2019-14865" | ||
39 | |||
37 | S = "${WORKDIR}/grub-${REALPV}" | 40 | S = "${WORKDIR}/grub-${REALPV}" |
38 | 41 | ||
39 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/grub" | 42 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/grub" |