mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
34d73073a8
commit
52edee5ad3
@@ -591,6 +591,10 @@ CVE_CHECK_IGNORE += "CVE-2023-1990"
|
||||
# Fixed in 6.1.16
|
||||
CVE_CHECK_IGNORE += "CVE-2023-1998"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2002
|
||||
# Fixed in 6.1.27
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2002"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2156
|
||||
# Fixed in 6.1.26
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2156"
|
||||
@@ -598,3 +602,51 @@ CVE_CHECK_IGNORE += "CVE-2023-2156"
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2162
|
||||
# Fixed in 6.1.11
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2162"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2194
|
||||
# Fixed with 6.1.22
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2194"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2235
|
||||
# Fixed with 6.1.21
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2235"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-28328
|
||||
# Fixed with 6.1.2
|
||||
CVE_CHECK_IGNORE += "CVE-2023-28328"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-2985
|
||||
# Fixed in 6.1.16
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2985"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-28866
|
||||
# Fixed with 6.1.22
|
||||
CVE_CHECK_IGNORE += "CVE-2023-28866"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-30456
|
||||
# Fixed with 6.1.21
|
||||
CVE_CHECK_IGNORE += "CVE-2023-30456"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-30772
|
||||
# Fixed with 6.1.22
|
||||
CVE_CHECK_IGNORE += "CVE-2023-30772"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-31436
|
||||
# Fixed with 6.1.26
|
||||
CVE_CHECK_IGNORE += "CVE-2023-31436"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-32233
|
||||
# Fixed with 6.1.28
|
||||
CVE_CHECK_IGNORE += "CVE-2023-32233"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-33203
|
||||
# Fixed with 6.1.22
|
||||
CVE_CHECK_IGNORE += "CVE-2023-33203"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-33288
|
||||
# Fixed with 6.1.22
|
||||
CVE_CHECK_IGNORE += "CVE-2023-33288"
|
||||
|
||||
# https://www.linuxkernelcves.com/cves/CVE-2023-34256
|
||||
# Fixed in 6.1.29
|
||||
CVE_CHECK_IGNORE += "CVE-2023-34256"
|
||||
|
||||
Reference in New Issue
Block a user