This commit is contained in:
Kayo 2018-02-15 19:39:55 +00:00 committed by GitHub
commit 60f4a3b6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@ The script will do its best to detect mitigations, including backported non-vani
![batch](https://framapic.org/HEcWFPrLewbs/om1LdufspWTJ.png)
## Quick Run Command
```bash
curl -L https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh | sudo bash
# With JSON output
curl -L https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh | sudo bash -s -- --batch json 2>/dev/null | jq .
```
## Quick summary of the CVEs
**CVE-2017-5753** bounds check bypass (Spectre Variant 1)