mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
linux-yocto/6.6: update CVE exclusions (6.6.21)
Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] (From OE-Core rev: 828e2817dd21f28b61a379e3ae794dcb458ca283) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2c46dea04
commit
b352ffe770
@@ -1,9 +1,9 @@
|
||||
|
||||
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
|
||||
# Generated at 2024-03-03 16:30:03.739466+00:00 for version 6.6.20
|
||||
# Generated at 2024-03-11 03:13:59.040619+00:00 for version 6.6.21
|
||||
|
||||
python check_kernel_cve_status_version() {
|
||||
this_version = "6.6.20"
|
||||
this_version = "6.6.21"
|
||||
kernel_version = d.getVar("LINUX_VERSION")
|
||||
if kernel_version != this_version:
|
||||
bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version))
|
||||
|
||||
Reference in New Issue
Block a user