diff options
author | Ross Burton <ross.burton@arm.com> | 2023-06-05 17:25:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-06 23:41:13 +0100 |
commit | 6e6fdfd542a0b56a97ab79eced59548b13dcec6f (patch) | |
tree | 8df682cd6a1e1016fdea7163505b34b2011da575 /meta | |
parent | 99e9f522167379190377e56ff2979b0970f1c88b (diff) | |
download | poky-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.inc | 41 |
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. |
556 | CVE_CHECK_IGNORE += "CVE-2020-18974" | 556 | CVE_CHECK_IGNORE += "CVE-2020-18974" |
557 | 557 | ||
558 | # https://www.linuxkernelcves.com/cves/CVE-2023-0459 | ||
559 | # Fixed in 6.1.14 onwards | ||
560 | CVE_CHECK_IGNORE += "CVE-2023-0459" | ||
558 | 561 | ||
562 | # https://www.linuxkernelcves.com/cves/CVE-2023-0615 | ||
563 | # Fixed in 6.1 onwards | ||
564 | CVE_CHECK_IGNORE += "CVE-2023-0615" | ||
559 | 565 | ||
566 | # https://www.linuxkernelcves.com/cves/CVE-2023-1380 | ||
567 | # Fixed in 6.1.27 | ||
568 | CVE_CHECK_IGNORE += "CVE-2023-1380" | ||
569 | |||
570 | # https://www.linuxkernelcves.com/cves/CVE-2023-1611 | ||
571 | # Fixed in 6.1.23 | ||
572 | CVE_CHECK_IGNORE += "CVE-2023-1611" | ||
573 | |||
574 | # https://www.linuxkernelcves.com/cves/CVE-2023-1855 | ||
575 | # Fixed in 6.1.21 | ||
576 | CVE_CHECK_IGNORE += "CVE-2023-1855" | ||
577 | |||
578 | # https://www.linuxkernelcves.com/cves/CVE-2023-1859 | ||
579 | # Fixed in 6.1.25 | ||
580 | CVE_CHECK_IGNORE += "CVE-2023-1859" | ||
581 | |||
582 | # https://www.linuxkernelcves.com/cves/CVE-2023-1989 | ||
583 | # Fixed in 6.1.22 | ||
584 | CVE_CHECK_IGNORE += "CVE-2023-1989" | ||
585 | |||
586 | # https://www.linuxkernelcves.com/cves/CVE-2023-1990 | ||
587 | # Fixed in 6.1.21 | ||
588 | CVE_CHECK_IGNORE += "CVE-2023-1990" | ||
589 | |||
590 | # https://www.linuxkernelcves.com/cves/CVE-2023-1999 | ||
591 | # Fixed in 6.1.16 | ||
592 | CVE_CHECK_IGNORE += "CVE-2023-1998" | ||
593 | |||
594 | # https://www.linuxkernelcves.com/cves/CVE-2023-2156 | ||
595 | # Fixed in 6.1.26 | ||
596 | CVE_CHECK_IGNORE += "CVE-2023-2156" | ||
597 | |||
598 | # https://www.linuxkernelcves.com/cves/CVE-2023-2162 | ||
599 | # Fixed in 6.1.11 | ||
600 | CVE_CHECK_IGNORE += "CVE-2023-2162" | ||