From ef1f96625a3fc64ff941603e2f916ce112b88381 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Aug 2016 13:40:58 +0200 Subject: [PATCH] #231 change label for CVE reports --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 1a6ca81..0368d43 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1052,8 +1052,8 @@ sub cve_recommendations { while ( my $cveline = ) { 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++; }