Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump to v0.31 to reflect changes | Stéphane Lesimple | 2018-01-14 | 1 | -1/+1 |
* | meltdown: detecting Xen PV, reporting as not vulnerable | Stéphane Lesimple | 2018-01-14 | 1 | -1/+22 |
* | is_cpu_vulnerable: add check for old Atoms | Stéphane Lesimple | 2018-01-14 | 1 | -1/+10 |
* | verbose: add PCID check for performance impact of PTI | Stéphane Lesimple | 2018-01-14 | 1 | -2/+24 |
* | Merge pull request #80 from speed47/cpuid_spec_ctrl | Stéphane Lesimple | 2018-01-14 | 1 | -3/+64 |
|\ | |||||
| * | bump to v0.30 to reflect changes | Stéphane Lesimple | 2018-01-14 | 1 | -1/+1 |
| * | ibrs: check for spec_ctrl_ibrs in cpuinfo | Stéphane Lesimple | 2018-01-14 | 1 | -3/+19 |
| * | also check for spec_ctrl flag in cpuinfo | Stéphane Lesimple | 2018-01-14 | 1 | -7/+15 |
| * | also check for cpuinfo flag | Stéphane Lesimple | 2018-01-14 | 1 | -8/+8 |
| * | check spec_ctrl support using cpuid | Stéphane Lesimple | 2018-01-14 | 1 | -3/+40 |
* | | add support for NixOS kernel | Andreas Rammhold | 2018-01-14 | 1 | -0/+1 |
|/ | |||||
* | fix: proper detail msg in vuln status | Stéphane Lesimple | 2018-01-14 | 1 | -1/+3 |
* | proper return codes regardless of the batch mode | Stéphane Lesimple | 2018-01-14 | 1 | -47/+50 |
* | add info about accuracy when missing kernel files | Stéphane Lesimple | 2018-01-13 | 1 | -0/+8 |
* | AMD now vuln to variant2 (as per their stmt) | Stéphane Lesimple | 2018-01-13 | 1 | -2/+5 |
* | minor is_cpu_vulnerable() changes (#71) | Corey Hickey | 2018-01-13 | 1 | -10/+7 |
* | Only show the name of the script, not the full path (#72) | Sylvestre Ledru | 2018-01-13 | 1 | -2/+2 |
* | fix some typos (#73) | Sylvestre Ledru | 2018-01-13 | 1 | -2/+2 |
* | add --version, bump to v0.28 | Stéphane Lesimple | 2018-01-12 | 1 | -1/+6 |
* | add cpu model in output | Stéphane Lesimple | 2018-01-12 | 1 | -1/+2 |
* | Fixed a few spelling errors (#60) | M. Willis Monroe | 2018-01-12 | 1 | -3/+3 |
* | add some debug | Stéphane Lesimple | 2018-01-12 | 1 | -1/+18 |
* | bump to v0.27 | Stéphane Lesimple | 2018-01-11 | 1 | -1/+1 |
* | fix(opcodes): fix regression introduced in previous commit | Stéphane Lesimple | 2018-01-11 | 1 | -3/+6 |
* | adding support for new /sys interface (#55) | Stéphane Lesimple | 2018-01-11 | 1 | -218/+293 |
* | send warning to stderr. (#53) | Tobias Rüetschi | 2018-01-11 | 1 | -1/+1 |
* | bump to v0.25 to reflect changes | Stéphane Lesimple | 2018-01-11 | 1 | -1/+1 |
* | Produce JSON output formatted for Puppet, Ansible, Chef... (#50) | Abdoul Bah | 2018-01-11 | 1 | -10/+28 |
* | Merge pull request #51 from cowanml/file_read_check_fixup | Stéphane Lesimple | 2018-01-10 | 1 | -1/+1 |
|\ | |||||
| * | fixed file read test | Matt Cowan | 2018-01-10 | 1 | -1/+1 |
* | | feat(kernel): add support for LZ4 decompression | Stéphane Lesimple | 2018-01-10 | 1 | -12/+20 |
* | | fix(opensuse): add specific location for ibrs_enabled file | Stéphane Lesimple | 2018-01-10 | 1 | -11/+15 |
|/ | |||||
* | fix(kernel): fix detection for separate /boot partitions | Stéphane Lesimple | 2018-01-10 | 1 | -1/+1 |
* | feat(kernel): check the BOOT_IMAGE info from cmdline before trying the defaul... | Stéphane Lesimple | 2018-01-10 | 1 | -6/+24 |
* | bump to v0.23 to reflect changes | Stéphane Lesimple | 2018-01-10 | 1 | -1/+1 |
* | add --variant to specify what check we want to run | Stéphane Lesimple | 2018-01-10 | 1 | -245/+302 |
* | Error on unknown batch format | Marcus Downing | 2018-01-10 | 1 | -0/+7 |
* | Stray tab | Marcus Downing | 2018-01-10 | 1 | -1/+1 |
* | batch nrpe | Marcus Downing | 2018-01-10 | 1 | -13/+16 |
* | NRPE mode | Marcus Downing | 2018-01-10 | 1 | -0/+28 |
* | Merge pull request #37 from deufrai/better-dmesg-support | Stéphane Lesimple | 2018-01-09 | 1 | -1/+4 |
|\ | |||||
| * | Improve PTI detection even more | Frederic CORNU | 2018-01-09 | 1 | -2/+5 |
| * | Improve PTI detection | Frederic CORNU | 2018-01-09 | 1 | -2/+2 |
* | | typofix | Stéphane Lesimple | 2018-01-09 | 1 | -1/+1 |
* | | add disclaimer and bump to 0.21 | Stéphane Lesimple | 2018-01-09 | 1 | -1/+36 |
* | | Merge pull request #38 from Alkorin/fixARM | Stéphane Lesimple | 2018-01-09 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix ARM checks | Alkorin | 2018-01-09 | 1 | -3/+3 |
| |/ | |||||
* / | Fix small typo in error message | Alkorin | 2018-01-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #31 from Feandil/batch | Stéphane Lesimple | 2018-01-09 | 1 | -149/+213 |
|\ | |||||
| * | Introduce "verbose" and "batch" modes | Vincent Brillault | 2018-01-09 | 1 | -57/+120 |