diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 7d38263..82b9a34 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -8,7 +8,7 @@ # # Stephane Lesimple # -VERSION=0.20 +VERSION=0.21 # Script configuration show_usage() @@ -36,6 +36,35 @@ show_usage() -v, --verbose Increase verbosity level --batch Produce machine readable output + IMPORTANT: + A false sense of security is worse than no security at all. + Please use the --disclaimer option to understand exactly what this script does. + +EOF +} + +show_disclaimer() +{ + cat <