summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-12 14:10:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-13 22:16:31 +0100
commit52edee5ad3709e68156d8ed2b6aa4b7e4ca7259c (patch)
treebdf2368bae5d9917499bdab4eb19e33cf4e7e3b2 /meta/conf
parent34d73073a88c111a580e00e7fecf0f3d328c643f (diff)
downloadpoky-52edee5ad3709e68156d8ed2b6aa4b7e4ca7259c.tar.gz
cve-extra-exclusions: add more ignores for 2023 kernel CVEs
All of these CVEs have been fixed in the kernel point release that we currently ship, so ignore them. (From OE-Core rev: 86aee302673146dca10f313d0c70b69d6c4bdc7d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/cve-extra-exclusions.inc52
1 files changed, 52 insertions, 0 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc
index ff5d381523..41d751a7ae 100644
--- a/meta/conf/distro/include/cve-extra-exclusions.inc
+++ b/meta/conf/distro/include/cve-extra-exclusions.inc
@@ -591,6 +591,10 @@ CVE_CHECK_IGNORE += "CVE-2023-1990"
591# Fixed in 6.1.16 591# Fixed in 6.1.16
592CVE_CHECK_IGNORE += "CVE-2023-1998" 592CVE_CHECK_IGNORE += "CVE-2023-1998"
593 593
594# https://www.linuxkernelcves.com/cves/CVE-2023-2002
595# Fixed in 6.1.27
596CVE_CHECK_IGNORE += "CVE-2023-2002"
597
594# https://www.linuxkernelcves.com/cves/CVE-2023-2156 598# https://www.linuxkernelcves.com/cves/CVE-2023-2156
595# Fixed in 6.1.26 599# Fixed in 6.1.26
596CVE_CHECK_IGNORE += "CVE-2023-2156" 600CVE_CHECK_IGNORE += "CVE-2023-2156"
@@ -598,3 +602,51 @@ CVE_CHECK_IGNORE += "CVE-2023-2156"
598# https://www.linuxkernelcves.com/cves/CVE-2023-2162 602# https://www.linuxkernelcves.com/cves/CVE-2023-2162
599# Fixed in 6.1.11 603# Fixed in 6.1.11
600CVE_CHECK_IGNORE += "CVE-2023-2162" 604CVE_CHECK_IGNORE += "CVE-2023-2162"
605
606# https://www.linuxkernelcves.com/cves/CVE-2023-2194
607# Fixed with 6.1.22
608CVE_CHECK_IGNORE += "CVE-2023-2194"
609
610# https://www.linuxkernelcves.com/cves/CVE-2023-2235
611# Fixed with 6.1.21
612CVE_CHECK_IGNORE += "CVE-2023-2235"
613
614# https://www.linuxkernelcves.com/cves/CVE-2023-28328
615# Fixed with 6.1.2
616CVE_CHECK_IGNORE += "CVE-2023-28328"
617
618# https://www.linuxkernelcves.com/cves/CVE-2023-2985
619# Fixed in 6.1.16
620CVE_CHECK_IGNORE += "CVE-2023-2985"
621
622# https://www.linuxkernelcves.com/cves/CVE-2023-28866
623# Fixed with 6.1.22
624CVE_CHECK_IGNORE += "CVE-2023-28866"
625
626# https://www.linuxkernelcves.com/cves/CVE-2023-30456
627# Fixed with 6.1.21
628CVE_CHECK_IGNORE += "CVE-2023-30456"
629
630# https://www.linuxkernelcves.com/cves/CVE-2023-30772
631# Fixed with 6.1.22
632CVE_CHECK_IGNORE += "CVE-2023-30772"
633
634# https://www.linuxkernelcves.com/cves/CVE-2023-31436
635# Fixed with 6.1.26
636CVE_CHECK_IGNORE += "CVE-2023-31436"
637
638# https://www.linuxkernelcves.com/cves/CVE-2023-32233
639# Fixed with 6.1.28
640CVE_CHECK_IGNORE += "CVE-2023-32233"
641
642# https://www.linuxkernelcves.com/cves/CVE-2023-33203
643# Fixed with 6.1.22
644CVE_CHECK_IGNORE += "CVE-2023-33203"
645
646# https://www.linuxkernelcves.com/cves/CVE-2023-33288
647# Fixed with 6.1.22
648CVE_CHECK_IGNORE += "CVE-2023-33288"
649
650# https://www.linuxkernelcves.com/cves/CVE-2023-34256
651# Fixed in 6.1.29
652CVE_CHECK_IGNORE += "CVE-2023-34256"