diff --git a/README.md b/README.md index 4c735c9..7643ef6 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,13 @@ On AMD Zen 3 and Zen 4 processors, the CPU's transient scheduler may speculative +## Unsupported CVEs + +Several transient execution CVEs are not covered by this tool, for various reasons (duplicates, only +affecting non-supported hardware or OS, theoretical with no known exploitation, etc.). +The complete list along with the reason for each exclusion is available in the +[UNSUPPORTED_CVE_LIST.md](https://github.com/speed47/spectre-meltdown-checker/blob/source/UNSUPPORTED_CVE_LIST.md) file. + ## Scope Supported operating systems: diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index c883839..1dfaa65 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -13,7 +13,7 @@ # # Stephane Lesimple # -VERSION='26.23.0402865' +VERSION='26.23.0402874' # --- Common paths and basedirs --- readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"