diff options
-rw-r--r-- | meta/conf/distro/include/cve-extra-exclusions.inc | 52 |
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 |
592 | CVE_CHECK_IGNORE += "CVE-2023-1998" | 592 | CVE_CHECK_IGNORE += "CVE-2023-1998" |
593 | 593 | ||
594 | # https://www.linuxkernelcves.com/cves/CVE-2023-2002 | ||
595 | # Fixed in 6.1.27 | ||
596 | CVE_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 |
596 | CVE_CHECK_IGNORE += "CVE-2023-2156" | 600 | CVE_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 |
600 | CVE_CHECK_IGNORE += "CVE-2023-2162" | 604 | CVE_CHECK_IGNORE += "CVE-2023-2162" |
605 | |||
606 | # https://www.linuxkernelcves.com/cves/CVE-2023-2194 | ||
607 | # Fixed with 6.1.22 | ||
608 | CVE_CHECK_IGNORE += "CVE-2023-2194" | ||
609 | |||
610 | # https://www.linuxkernelcves.com/cves/CVE-2023-2235 | ||
611 | # Fixed with 6.1.21 | ||
612 | CVE_CHECK_IGNORE += "CVE-2023-2235" | ||
613 | |||
614 | # https://www.linuxkernelcves.com/cves/CVE-2023-28328 | ||
615 | # Fixed with 6.1.2 | ||
616 | CVE_CHECK_IGNORE += "CVE-2023-28328" | ||
617 | |||
618 | # https://www.linuxkernelcves.com/cves/CVE-2023-2985 | ||
619 | # Fixed in 6.1.16 | ||
620 | CVE_CHECK_IGNORE += "CVE-2023-2985" | ||
621 | |||
622 | # https://www.linuxkernelcves.com/cves/CVE-2023-28866 | ||
623 | # Fixed with 6.1.22 | ||
624 | CVE_CHECK_IGNORE += "CVE-2023-28866" | ||
625 | |||
626 | # https://www.linuxkernelcves.com/cves/CVE-2023-30456 | ||
627 | # Fixed with 6.1.21 | ||
628 | CVE_CHECK_IGNORE += "CVE-2023-30456" | ||
629 | |||
630 | # https://www.linuxkernelcves.com/cves/CVE-2023-30772 | ||
631 | # Fixed with 6.1.22 | ||
632 | CVE_CHECK_IGNORE += "CVE-2023-30772" | ||
633 | |||
634 | # https://www.linuxkernelcves.com/cves/CVE-2023-31436 | ||
635 | # Fixed with 6.1.26 | ||
636 | CVE_CHECK_IGNORE += "CVE-2023-31436" | ||
637 | |||
638 | # https://www.linuxkernelcves.com/cves/CVE-2023-32233 | ||
639 | # Fixed with 6.1.28 | ||
640 | CVE_CHECK_IGNORE += "CVE-2023-32233" | ||
641 | |||
642 | # https://www.linuxkernelcves.com/cves/CVE-2023-33203 | ||
643 | # Fixed with 6.1.22 | ||
644 | CVE_CHECK_IGNORE += "CVE-2023-33203" | ||
645 | |||
646 | # https://www.linuxkernelcves.com/cves/CVE-2023-33288 | ||
647 | # Fixed with 6.1.22 | ||
648 | CVE_CHECK_IGNORE += "CVE-2023-33288" | ||
649 | |||
650 | # https://www.linuxkernelcves.com/cves/CVE-2023-34256 | ||
651 | # Fixed in 6.1.29 | ||
652 | CVE_CHECK_IGNORE += "CVE-2023-34256" | ||