mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-07 17:23:18 +02:00
chore: add proper header to all src/vulns/* files
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
###################
|
||||
# VARIANT 4 SECTION
|
||||
###############################
|
||||
# CVE-2018-3639, Variant 4, SSB, Speculative Store Bypass
|
||||
|
||||
# CVE-2018-3639 Variant 4 (speculative store bypass) - entry point
|
||||
check_CVE_2018_3639() {
|
||||
check_cve 'CVE-2018-3639'
|
||||
}
|
||||
|
||||
# CVE-2018-3639 Variant 4 (speculative store bypass) - Linux mitigation check
|
||||
check_CVE_2018_3639_linux() {
|
||||
local status sys_interface_available msg kernel_ssb kernel_ssbd_enabled mitigated_processes
|
||||
status=UNK
|
||||
@@ -135,7 +133,6 @@ check_CVE_2018_3639_linux() {
|
||||
fi
|
||||
}
|
||||
|
||||
# CVE-2018-3639 Variant 4 (speculative store bypass) - BSD mitigation check
|
||||
check_CVE_2018_3639_bsd() {
|
||||
local kernel_ssb ssb_enabled ssb_active
|
||||
pr_info_nol "* Kernel supports speculation store bypass: "
|
||||
|
||||
Reference in New Issue
Block a user