#231 change label for CVE reports
This commit is contained in:
parent
24f1c722d3
commit
ef1f96625a
1 changed files with 2 additions and 2 deletions
|
@ -1052,8 +1052,8 @@ sub cve_recommendations {
|
|||
while ( my $cveline = <FH> ) {
|
||||
my @cve = split( ';', $cveline );
|
||||
if ( mysql_micro_version_le( $cve[1], $cve[2], $cve[3] ) ) {
|
||||
badprint "$cve[4] : $cve[5]";
|
||||
$result{'CVE'}{'List'}{$cvefound}="$cve[4] : $cve[5]";
|
||||
badprint "$cve[4] : $cve[6]";
|
||||
$result{'CVE'}{'List'}{$cvefound}="$cve[4] : $cve[6]";
|
||||
$cvefound++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue