aboutsummaryrefslogtreecommitdiffstats
path: root/spectre-meltdown-checker.sh
Commit message (Expand)AuthorAgeFilesLines
* bump to v0.31 to reflect changesStéphane Lesimple2018-01-141-1/+1
* meltdown: detecting Xen PV, reporting as not vulnerableStéphane Lesimple2018-01-141-1/+22
* is_cpu_vulnerable: add check for old AtomsStéphane Lesimple2018-01-141-1/+10
* verbose: add PCID check for performance impact of PTIStéphane Lesimple2018-01-141-2/+24
* Merge pull request #80 from speed47/cpuid_spec_ctrlStéphane Lesimple2018-01-141-3/+64
|\
| * bump to v0.30 to reflect changesStéphane Lesimple2018-01-141-1/+1
| * ibrs: check for spec_ctrl_ibrs in cpuinfoStéphane Lesimple2018-01-141-3/+19
| * also check for spec_ctrl flag in cpuinfoStéphane Lesimple2018-01-141-7/+15
| * also check for cpuinfo flagStéphane Lesimple2018-01-141-8/+8
| * check spec_ctrl support using cpuidStéphane Lesimple2018-01-141-3/+40
* | add support for NixOS kernelAndreas Rammhold2018-01-141-0/+1
|/
* fix: proper detail msg in vuln statusStéphane Lesimple2018-01-141-1/+3
* proper return codes regardless of the batch modeStéphane Lesimple2018-01-141-47/+50
* add info about accuracy when missing kernel filesStéphane Lesimple2018-01-131-0/+8
* AMD now vuln to variant2 (as per their stmt)Stéphane Lesimple2018-01-131-2/+5
* minor is_cpu_vulnerable() changes (#71)Corey Hickey2018-01-131-10/+7
* Only show the name of the script, not the full path (#72)Sylvestre Ledru2018-01-131-2/+2
* fix some typos (#73)Sylvestre Ledru2018-01-131-2/+2
* add --version, bump to v0.28Stéphane Lesimple2018-01-121-1/+6
* add cpu model in outputStéphane Lesimple2018-01-121-1/+2
* Fixed a few spelling errors (#60)M. Willis Monroe2018-01-121-3/+3
* add some debugStéphane Lesimple2018-01-121-1/+18
* bump to v0.27Stéphane Lesimple2018-01-111-1/+1
* fix(opcodes): fix regression introduced in previous commitStéphane Lesimple2018-01-111-3/+6
* adding support for new /sys interface (#55)Stéphane Lesimple2018-01-111-218/+293
* send warning to stderr. (#53)Tobias Rüetschi2018-01-111-1/+1
* bump to v0.25 to reflect changesStéphane Lesimple2018-01-111-1/+1
* Produce JSON output formatted for Puppet, Ansible, Chef... (#50)Abdoul Bah2018-01-111-10/+28
* Merge pull request #51 from cowanml/file_read_check_fixupStéphane Lesimple2018-01-101-1/+1
|\
| * fixed file read testMatt Cowan2018-01-101-1/+1
* | feat(kernel): add support for LZ4 decompressionStéphane Lesimple2018-01-101-12/+20
* | fix(opensuse): add specific location for ibrs_enabled fileStéphane Lesimple2018-01-101-11/+15
|/
* fix(kernel): fix detection for separate /boot partitionsStéphane Lesimple2018-01-101-1/+1
* feat(kernel): check the BOOT_IMAGE info from cmdline before trying the defaul...Stéphane Lesimple2018-01-101-6/+24
* bump to v0.23 to reflect changesStéphane Lesimple2018-01-101-1/+1
* add --variant to specify what check we want to runStéphane Lesimple2018-01-101-245/+302
* Error on unknown batch formatMarcus Downing2018-01-101-0/+7
* Stray tabMarcus Downing2018-01-101-1/+1
* batch nrpeMarcus Downing2018-01-101-13/+16
* NRPE modeMarcus Downing2018-01-101-0/+28
* Merge pull request #37 from deufrai/better-dmesg-supportStéphane Lesimple2018-01-091-1/+4
|\
| * Improve PTI detection even moreFrederic CORNU2018-01-091-2/+5
| * Improve PTI detectionFrederic CORNU2018-01-091-2/+2
* | typofixStéphane Lesimple2018-01-091-1/+1
* | add disclaimer and bump to 0.21Stéphane Lesimple2018-01-091-1/+36
* | Merge pull request #38 from Alkorin/fixARMStéphane Lesimple2018-01-091-3/+3
|\ \
| * | Fix ARM checksAlkorin2018-01-091-3/+3
| |/
* / Fix small typo in error messageAlkorin2018-01-091-1/+1
|/
* Merge pull request #31 from Feandil/batchStéphane Lesimple2018-01-091-149/+213
|\
| * Introduce "verbose" and "batch" modesVincent Brillault2018-01-091-57/+120