Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-30 13:07:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-30 13:07:06 +0300
commit1cbd419020c43c5660c98ce83c9d19ea61ccd28a (patch)
tree0789bea387b9fd9fb3f075ac14871dd94c851ff5
parentf1dc6be5bfea3bb3bb5608741b131d89db65d02f (diff)
Updated log
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80b0792c..92612c9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,13 @@ Note: You might need to change your scripts if you previously defined the group
of tests to scan.
+Development
+-----------
+A new 'strict' option is available in the profiles and by default enabled for
+the initialization phases of Lynis. It will perform a strict code check for the
+tests, to detect any uninitialized variables, improving code quality.
+
+
Helpers
-------
With 'lynis update check' you can now check for updates. This is the preferred
@@ -31,6 +38,8 @@ Tests
* PHP-2374 - Changed text and cleanups
* PHP-2376 - Log result to log file instead of report
* TIME-3106 - Corrected string to test for status
+* TOOL-5102 - Split of fail2ban tests
+* TOOL-5104 - Test for enabled fail2ban jails
Languages