mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 13:47:08 +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:
|
||||
####################
|
||||
# TSA-L1 section
|
||||
###############################
|
||||
# CVE-2024-36357, TSA-L1, Transient Scheduler Attack L1
|
||||
|
||||
# CVE-2024-36357 TSA-L1 (transient scheduler attack - L1 cache) - entry point
|
||||
check_CVE_2024_36357() {
|
||||
check_cve 'CVE-2024-36357'
|
||||
}
|
||||
|
||||
# CVE-2024-36357 TSA-L1 (transient scheduler attack - L1 cache) - Linux mitigation check
|
||||
check_CVE_2024_36357_linux() {
|
||||
local status sys_interface_available msg kernel_tsa kernel_tsa_err
|
||||
status=UNK
|
||||
@@ -160,7 +158,6 @@ check_CVE_2024_36357_linux() {
|
||||
fi
|
||||
}
|
||||
|
||||
# CVE-2024-36357 TSA-L1 (transient scheduler attack - L1 cache) - BSD mitigation check
|
||||
check_CVE_2024_36357_bsd() {
|
||||
if ! is_cpu_affected "$cve"; then
|
||||
pvulnstatus "$cve" OK "your CPU vendor reported your CPU model as not affected"
|
||||
|
||||
Reference in New Issue
Block a user