]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
improve_kernel_cve_report: correct description for fixed-version
authorDaniel Turull <daniel.turull@ericsson.com>
Wed, 4 Feb 2026 13:42:33 +0000 (14:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Mar 2026 11:18:56 +0000 (11:18 +0000)
Remove duplication in the description when fixed-version, to be
consistent with the other status description.

Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/improve_kernel_cve_report.py

index 27ebed2cbdf6354501d574aaa1d2caa271edff08..50d25b2239747f25f44ec3910ca9afab9e71a532 100755 (executable)
@@ -164,7 +164,7 @@ def get_kernel_cves(datadir, compiled_files, version):
                     "status": "Patched",
                     "detail": "fixed-version",
                     "summary": description,
-                    "description": f"fixed-version: Fixed from version {last_affected}"
+                    "description": f"Fixed from version {last_affected}"
                 }
                 not_vulnerable += 1
             elif backport_base == base_version: