From 4ec3154be0309b2356139e58d61457f8b0da442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 10 Nov 2020 18:52:54 +0100 Subject: [PATCH] chore: replace 'Vulnerable to' by 'Affected by' in the hw section This seems to be less confusing, suggested by #356 --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 1f64a87..22e80d3 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -3128,7 +3128,7 @@ check_cpu_vulnerabilities() { _info "* CPU vulnerability to the speculative execution attack variants" for cve in $supported_cve_list; do - _info_nol " * Vulnerable to $cve ($(cve2name "$cve")): " + _info_nol " * Affected by $cve ($(cve2name "$cve")): " if is_cpu_vulnerable "$cve"; then pstatus yellow YES else