chore: replace 'Vulnerable to' by 'Affected by' in the hw section

This seems to be less confusing, suggested by #356
This commit is contained in:
Stéphane Lesimple 2020-11-10 18:52:54 +01:00
parent 843f26630d
commit 4ec3154be0
1 changed files with 1 additions and 1 deletions

View File

@ -3128,7 +3128,7 @@ check_cpu_vulnerabilities()
{ {
_info "* CPU vulnerability to the speculative execution attack variants" _info "* CPU vulnerability to the speculative execution attack variants"
for cve in $supported_cve_list; do 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 if is_cpu_vulnerable "$cve"; then
pstatus yellow YES pstatus yellow YES
else else