Skip to content

v0.40

Compare
Choose a tag to compare
@speed47 speed47 released this 03 Oct 18:58
· 184 commits to master since this release
  • Feature: add support for the 3 L1TF CVEs aka Foreshadow and Foreshadow-NG, under Linux and FreeBSD
  • Feature: use the excellent MCExtractor microcode versions database as reference to tell if CPU microcode is up to date, use --update-mcedb to update it (a builtin version is included)
  • Feature: add summary of vulnerabilites at the end of script
  • Feature: add a --batch short option for one line result
  • Enhancement: dynamically use git when available to better describe inter-release versions
  • Enhancement: add the --cve parameter to selectively test vulnerabilities
  • Fix: properly detect SSBD under BSD
  • Fix: --batch now implies --no-color to avoid colored warnings
  • Misc: dozens of other fixes and enhancements