From f2da1d3fbc91f85ffedc06fbf5dee6761de9bf13 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 9 Sep 2014 14:48:12 +0200 Subject: [PATCH] Updated log --- CHANGELOG | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 998d9e18..a5b728e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,7 +18,7 @@ ================================================================================ - * 1.6.1 (2014-09-xx) + * 1.6.1 (2014-09-09) New: - Added --pentest parameter to run a non-privileged scans (e.g. for pentesting) @@ -26,13 +26,14 @@ Changes: - Improved vulnerable packages test on Debian based systems (apt-check) [PKGS-7392] + - Don't show warnings for 'swap' in 4th column fstab file [FILE-6336] + - Remove warning for old files in /tmp [FILE-6354] - CheckUpdates function will have better output when no connection is available + - Changes to parameters and functions, to allow penetration tests with Lynis + - Test for actual files in /etc/modprobe.d before grepping in it - Improved chown command when file permissions are incorrect - Changed output of update test, show when status is unknown - - Remove warning for old files in /tmp [FILE-6354] - - Test for actual files in /etc/modprobe.d before grepping in it - - Don't show warnings for 'swap' in 4th column fstab file [FILE-6336] - - Changes to parameters and functions, to allow penetration tests with Lynis + - No scanning of symlinked directories (binaries test) - Extended SafePerms function to also check for UID - Several tests will have root-only bit set now - Improved netstat tests on Arch Linux