Skip to content

Commit

Permalink
MDEV-9546 mysqlaccess script shows an old version (which was vulnerab…
Browse files Browse the repository at this point in the history
…le to CVE-2005-0004)

update mysqlaccess version
  • Loading branch information
vuvova committed Oct 19, 2019
1 parent c9b5280 commit 412e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysqlaccess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use Fcntl;
BEGIN {
# ****************************
# static information...
$VERSION = "2.06, 20 Dec 2000";
$VERSION = "2.10, 13 Sep 2019";
$0 =~ m%/([^/]+)$%o;
$script = $1;
$script = 'MySQLAccess' unless $script;
Expand Down

0 comments on commit 412e3e6

Please sign in to comment.