Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update
27Dec23
Date: Wed, 27 Dec 2023 19:47:13 -0500
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
-# Generated at 2023-12-28 01:32:49.747571+00:00 for version 6.6.8
+# Generated at 2024-01-03 18:54:52.866645+00:00 for version 6.6.9
python check_kernel_cve_status_version() {
- this_version = "6.6.8"
+ this_version = "6.6.9"
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))