mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
linux-yocto/6.6: update CVE exclusions
Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 15Jan24 Date: Mon, 15 Jan 2024 12:48:45 -0500 ] (From OE-Core rev: 619a16f974ce838baaa864054261e879a7f7e924) 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
7483b2fe7f
commit
e5f760b26f
@@ -1,9 +1,9 @@
|
||||
|
||||
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
|
||||
# Generated at 2024-01-18 21:07:26.764606+00:00 for version 6.6.12
|
||||
# Generated at 2024-01-25 01:32:27.591716+00:00 for version 6.6.13
|
||||
|
||||
python check_kernel_cve_status_version() {
|
||||
this_version = "6.6.12"
|
||||
this_version = "6.6.13"
|
||||
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