From 4741b061608f04c13ce899904d69c548e7226900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 12 Nov 2019 21:16:21 +0100 Subject: [PATCH] fix: batch mode for TAA --- spectre-meltdown-checker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index d0a049b..a06d742 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -993,6 +993,7 @@ pvulnstatus() CVE-2018-12130) aka="MFBDS";; CVE-2018-12127) aka="MLPDS";; CVE-2019-11091) aka="MDSUM";; + CVE-2019-11135) aka="TAA";; *) echo "$0: error: invalid CVE '$1' passed to pvulnstatus()" >&2; exit 255;; esac