mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-07 09:13:20 +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:
|
||||
#######################
|
||||
# Reptar section
|
||||
###############################
|
||||
# CVE-2023-23583, Reptar, Redundant Prefix Issue
|
||||
|
||||
# CVE-2023-23583 Reptar (redundant prefix issue) - entry point
|
||||
check_CVE_2023_23583() {
|
||||
check_cve 'CVE-2023-23583'
|
||||
}
|
||||
|
||||
# CVE-2023-23583 Reptar (redundant prefix issue) - Linux mitigation check
|
||||
check_CVE_2023_23583_linux() {
|
||||
local status sys_interface_available msg
|
||||
status=UNK
|
||||
@@ -31,7 +29,6 @@ check_CVE_2023_23583_linux() {
|
||||
fi
|
||||
}
|
||||
|
||||
# CVE-2023-23583 Reptar (redundant prefix issue) - BSD mitigation check
|
||||
check_CVE_2023_23583_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