From 9f3c9bdb78b29770dec777f3bd93f4c6b58e64d3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Jan 2016 00:59:18 +0100 Subject: [PATCH] Adding CVE detection support --- INTERNALS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INTERNALS.md b/INTERNALS.md index e1a0269..665939c 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -87,7 +87,7 @@ * Using basic_passwords.txt as password database * Password list checks can be avoid (option: --skippassword) -## MySQLTuner CVE vulnerabilities checks +## MySQLTuner CVE vulnerabilities detection * option: --cvefile * Check if your MariaDB or MySQL version contains CVE bulletins. diff --git a/README.md b/README.md index 57509d6..ef5e4be 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ These kinds of things are bound to happen. Here are the details I need from you Question: How to perform a CVE vulneralibity checks ? -* Download vulnerabilities.cvs from this repository. +* Download vulnerabilities.csv from this repository. * use option --cvefile to perform CVE checks MySQLTuner and Vagrant