Skip to content

v0.41

Compare
Choose a tag to compare
@speed47 speed47 released this 14 May 22:40
· 156 commits to master since this release
  • Feature: add support for the 4 MDS CVEs (CVE-2018-12126, CVE-2018-12130, CVE-2018-12127, CVE-2019-11091 / Fallout, RIDL, ZombieLoad)
  • Feature: add Spectre and Meltdown mitigation detection for Hygon CPU (#271)
  • Feature: for SSBD, report whether the mitigation is active (in live mode) (#210)
  • Enhancement: better Xen and hypervisors detection (#259) (#270)
  • Enhancement: in paranoid mode, assume we're running a hypervisor (for L1TF) unless stated otherwise
  • Enhancement: better detect Arch kernel image location (#268)
  • Fix: error when no process used prctl to set SSB mitigation
  • Fix: invalid names in json batch mode (#279)
  • Fix: IBRS kernel reported active even if sysfs had "IBRS_FW" only (#275) (#276)
  • Fix: load vmm under BSD if not already loaded (#274)
  • Fix: misdetection of files under Clear Linux (#264)
  • Misc: update MCEdb to v110
  • Misc: dozens of other fixes and enhancements