summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-05 17:25:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-06 23:41:13 +0100
commit6e6fdfd542a0b56a97ab79eced59548b13dcec6f (patch)
tree8df682cd6a1e1016fdea7163505b34b2011da575 /meta
parent99e9f522167379190377e56ff2979b0970f1c88b (diff)
downloadpoky-6e6fdfd542a0b56a97ab79eced59548b13dcec6f.tar.gz
cve-extra-exclusions: add more linux-yocto CVE ignores
These CVEs have all been fixed <6.1.30, which is the default linux-yocto kernel version. (From OE-Core rev: 73f03970f0aadfb053666a1e93f6f6d5b5156ca6) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/cve-extra-exclusions.inc41
1 files changed, 41 insertions, 0 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc
index 0ca75bae3e..ff5d381523 100644
--- a/meta/conf/distro/include/cve-extra-exclusions.inc
+++ b/meta/conf/distro/include/cve-extra-exclusions.inc
@@ -555,5 +555,46 @@ CVE_CHECK_IGNORE += "CVE-2019-12067"
555# done about the bug, ignore from an OE perspective. 555# done about the bug, ignore from an OE perspective.
556CVE_CHECK_IGNORE += "CVE-2020-18974" 556CVE_CHECK_IGNORE += "CVE-2020-18974"
557 557
558# https://www.linuxkernelcves.com/cves/CVE-2023-0459
559# Fixed in 6.1.14 onwards
560CVE_CHECK_IGNORE += "CVE-2023-0459"
558 561
562# https://www.linuxkernelcves.com/cves/CVE-2023-0615
563# Fixed in 6.1 onwards
564CVE_CHECK_IGNORE += "CVE-2023-0615"
559 565
566# https://www.linuxkernelcves.com/cves/CVE-2023-1380
567# Fixed in 6.1.27
568CVE_CHECK_IGNORE += "CVE-2023-1380"
569
570# https://www.linuxkernelcves.com/cves/CVE-2023-1611
571# Fixed in 6.1.23
572CVE_CHECK_IGNORE += "CVE-2023-1611"
573
574# https://www.linuxkernelcves.com/cves/CVE-2023-1855
575# Fixed in 6.1.21
576CVE_CHECK_IGNORE += "CVE-2023-1855"
577
578# https://www.linuxkernelcves.com/cves/CVE-2023-1859
579# Fixed in 6.1.25
580CVE_CHECK_IGNORE += "CVE-2023-1859"
581
582# https://www.linuxkernelcves.com/cves/CVE-2023-1989
583# Fixed in 6.1.22
584CVE_CHECK_IGNORE += "CVE-2023-1989"
585
586# https://www.linuxkernelcves.com/cves/CVE-2023-1990
587# Fixed in 6.1.21
588CVE_CHECK_IGNORE += "CVE-2023-1990"
589
590# https://www.linuxkernelcves.com/cves/CVE-2023-1999
591# Fixed in 6.1.16
592CVE_CHECK_IGNORE += "CVE-2023-1998"
593
594# https://www.linuxkernelcves.com/cves/CVE-2023-2156
595# Fixed in 6.1.26
596CVE_CHECK_IGNORE += "CVE-2023-2156"
597
598# https://www.linuxkernelcves.com/cves/CVE-2023-2162
599# Fixed in 6.1.11
600CVE_CHECK_IGNORE += "CVE-2023-2162"