You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -f"${S26_LOG_DIR}"/cve_results_kernel_"${VERSION}".csv ]];then
1136
1149
# check if the current CVE is a verified kernel CVE from s26 module
1137
1150
if grep -q ";${CVE_VALUE};.*;.*;1;1""${S26_LOG_DIR}"/cve_results_kernel_"${VERSION}".csv;then
1138
-
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel symbols and kernel configuration${GREEN})!"
1151
+
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel symbols and kernel configuration${GREEN})!""no_log"
1139
1152
((KERNEL_VERIFIED_VULN+=1))
1140
1153
KERNEL_VERIFIED="yes"
1141
1154
fi
1142
1155
if grep -q ";${CVE_VALUE};.*;.*;1;0""${S26_LOG_DIR}"/cve_results_kernel_"${VERSION}".csv;then
1143
-
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel symbols${GREEN})!"
1156
+
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel symbols${GREEN})!""no_log"
1144
1157
((KERNEL_VERIFIED_VULN+=1))
1145
1158
KERNEL_VERIFIED="yes"
1146
1159
fi
1147
1160
if grep -q ";${CVE_VALUE};.*;.*;0;1""${S26_LOG_DIR}"/cve_results_kernel_"${VERSION}".csv;then
1148
-
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel configuration${GREEN})!"
1161
+
print_output "[+] ${ORANGE}INFO:${GREEN} Vulnerability ${ORANGE}${CVE_VALUE}${GREEN} is a verified kernel vulnerability (${ORANGE}kernel configuration${GREEN})!""no_log"
0 commit comments