diff --git a/scripts/check-kernel-fix b/scripts/check-kernel-fix index 302ec60..248679d 100755 --- a/scripts/check-kernel-fix +++ b/scripts/check-kernel-fix @@ -370,7 +370,7 @@ if [ -n "$cve" ] then bsc=$(cve2bugzilla $cve $refresh) cvss=$(cve2cvss $cve $refresh) - echo "Security fix for $cve $bsc with CVSS ${cvss:-unknown}" + echo "Security fix for $cve $bsc with CVSS ${cvss:-unknown (assuming high impact), re-check later with -r}" else # emulate no CVE fix as CVSS==0. This will typically happen # for upstream commit with Fixes: which we want to target to