Fixes #175: Make it overly obvious that this tool only checks the kernel;

This commit is contained in:
Benjamin Bouvier 2018-04-08 21:13:59 +02:00
parent 0eabd266ad
commit 31146550a3
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ pvulnstatus()
# display info if we're not in quiet/batch mode
vulnstatus="$2"
shift 2
_info_nol "> \033[46m\033[30mSTATUS:\033[0m "
_info_nol "> \033[46m\033[30mKERNEL STATUS:\033[0m "
case "$vulnstatus" in
UNK) pstatus yellow 'UNKNOWN' "$@";;
VULN) pstatus red 'VULNERABLE' "$@";;