From: Daniel Turull <[email protected]> Remove duplication in the description when fixed-version, to be consistent with the other status description.
Signed-off-by: Daniel Turull <[email protected]> --- scripts/contrib/improve_kernel_cve_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrib/improve_kernel_cve_report.py b/scripts/contrib/improve_kernel_cve_report.py index 27ebed2cbd..50d25b2239 100755 --- a/scripts/contrib/improve_kernel_cve_report.py +++ b/scripts/contrib/improve_kernel_cve_report.py @@ -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:
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230523): https://lists.openembedded.org/g/openembedded-core/message/230523 Mute This Topic: https://lists.openembedded.org/mt/117633906/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
