#231 change label for CVE reports

This commit is contained in:
root 2016-08-10 13:40:58 +02:00
parent 24f1c722d3
commit ef1f96625a

View file

@ -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++;
}