From 0c4591f8ec0a5dfd7b7c22ef6c14f8b637d33f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 7 Jan 2018 15:02:59 +0100 Subject: [PATCH] fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57f8e88..aac0fc4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Example of the output of the script: Spectre and Meltdown mitigation detection tool v0.01 +``` CVE-2017-5753 [bounds check bypass] aka 'Spectre Variant 1' * Kernel recompiled with LFENCE opcode insertion: UNKNOWN (check not yet implemented) > STATUS: UNKNOWN (not implemented, but real answer is most probably VULNERABLE at this stage) @@ -42,3 +43,4 @@ CVE-2017-5754 [rogue data cache load] aka 'Meltdown' aka 'Variant 3' * Kernel supports Page Table Isolation (PTI): YES * PTI enabled and active: YES > STATUS: NOT VULNERABLE (PTI mitigates the vulnerability) +```