aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStéphane Lesimple <speed47_github@speed47.net>2018-01-07 15:02:59 +0100
committerStéphane Lesimple <speed47_github@speed47.net>2018-01-07 15:02:59 +0100
commit0c4591f8ec0a5dfd7b7c22ef6c14f8b637d33f5d (patch)
treefb6290487b810040c3aaa4eeaffd600c24fca976 /README.md
parent4211178b3a9327c42ae0f8d2c69748ced06e3014 (diff)
downloadspectre-meltdown-checker-0c4591f8ec0a5dfd7b7c22ef6c14f8b637d33f5d.tar.lz
spectre-meltdown-checker-0c4591f8ec0a5dfd7b7c22ef6c14f8b637d33f5d.tar.xz
spectre-meltdown-checker-0c4591f8ec0a5dfd7b7c22ef6c14f8b637d33f5d.zip
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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)
+```