fix readme

This commit is contained in:
Stéphane Lesimple 2018-01-07 15:02:59 +01:00
parent 4211178b3a
commit 0c4591f8ec
1 changed files with 2 additions and 0 deletions

View File

@ -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)
```