Changing version in test for displaying false positive CVE messages
This commit is contained in:
parent
94c56dad3f
commit
746f5d3a4d
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ sub cve_recommendations {
|
||||||
goodprint "NO SECURITY CVE FOUND FOR YOUR VERSION";
|
goodprint "NO SECURITY CVE FOUND FOR YOUR VERSION";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($mysqlvermajor eq 5 and $mysqlverminor eq 7) {
|
if ($mysqlvermajor eq 5 and $mysqlverminor eq 5) {
|
||||||
infoprint "False positive CVE(s) for MySQL and MariaDB 5.5.x can be found.";
|
infoprint "False positive CVE(s) for MySQL and MariaDB 5.5.x can be found.";
|
||||||
infoprint "Check careful each CVE for those particular versions";
|
infoprint "Check careful each CVE for those particular versions";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue