mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2024-12-21 18:48:03 +01:00
fix(amd): not vulnerable to variant3a
This commit is contained in:
parent
ea75969eb7
commit
114756fab7
@ -310,6 +310,9 @@ is_cpu_vulnerable()
|
|||||||
variant1=vuln
|
variant1=vuln
|
||||||
variant2=vuln
|
variant2=vuln
|
||||||
[ -z "$variant3" ] && variant3=immune
|
[ -z "$variant3" ] && variant3=immune
|
||||||
|
# https://www.amd.com/en/corporate/security-updates
|
||||||
|
# "We have not identified any AMD x86 products susceptible to the Variant 3a vulnerability in our analysis to-date."
|
||||||
|
[ -z "$variant3a" ] && variant3a=immune
|
||||||
elif [ "$cpu_vendor" = ARM ]; then
|
elif [ "$cpu_vendor" = ARM ]; then
|
||||||
# ARM
|
# ARM
|
||||||
# reference: https://developer.arm.com/support/security-update
|
# reference: https://developer.arm.com/support/security-update
|
||||||
|
Loading…
Reference in New Issue
Block a user