linux-yocto: update CVE exclusions files

No changes to the data, but the version checks are added.

(From OE-Core rev: aac27011172dea37eb3687af57d05c9546b831ae)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2023-08-25 17:08:30 +01:00
committed by Richard Purdie
parent 2b0eac4dd6
commit 173a772145
2 changed files with 20 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
# Generated at 2023-08-21 12:41:13.991251 for version 6.1.43
# Generated at 2023-08-25 12:42:35.329668 for version 6.1.46"
python check_kernel_cve_status_version() {
this_version = "6.1.46"
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))
}
do_cve_check[prefuncs] += "check_kernel_cve_status_version"
CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2"

View File

@@ -1,5 +1,14 @@
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
# Generated at 2023-08-21 12:41:33.545124 for version 6.4.9
# Generated at 2023-08-25 12:42:28.369507 for version 6.4.11"
python check_kernel_cve_status_version() {
this_version = "6.4.11"
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))
}
do_cve_check[prefuncs] += "check_kernel_cve_status_version"
CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2"