mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-19 04:22:22 +01:00
fix(xen): declare Xen's PTI patch as a valid mitigation for variant3
This commit is contained in:
parent
66dce2c158
commit
5f914e555e
@ -1791,7 +1791,7 @@ check_variant3()
|
||||
elif [ "$xen_pv_domo" = 1 ]; then
|
||||
pvulnstatus $cve OK "Xen Dom0s are safe and do not require PTI"
|
||||
elif [ "$xen_pv_domu" = 1 ]; then
|
||||
pvulnstatus $cve VULN "Xen PV DomUs are vulnerable and need to be run in HVM, PVHVM or PVH mode"
|
||||
pvulnstatus $cve VULN "Xen PV DomUs are vulnerable and need to be run in HVM, PVHVM, PVH mode, or the Xen hypervisor must have the Xen's own PTI patch"
|
||||
else
|
||||
pvulnstatus $cve VULN "PTI is needed to mitigate the vulnerability"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user