mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-01 12:47:07 +02:00
split script in multiple files, reassembled through build.sh
This commit is contained in:
8
src/vulns/CVE-2018-12126.sh
Normal file
8
src/vulns/CVE-2018-12126.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
###################
|
||||
# MSBDS SECTION
|
||||
|
||||
# CVE-2018-12126 MSBDS (microarchitectural store buffer data sampling) - entry point
|
||||
check_CVE_2018_12126() {
|
||||
check_cve 'CVE-2018-12126' check_mds
|
||||
}
|
||||
Reference in New Issue
Block a user