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-08-13 12:18:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 12:18:44 +0300
commit41fe977ac7e41f443c5f32def9bfca11426259e2 (patch)
treea191cce7871af12c040d57a566bb9d0076c2770f
parenta928d578045d2da899be64438ad5f47a7d6a26cc (diff)
Updated log
-rw-r--r--CHANGELOG.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 850776fd..df7b88bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,12 +10,12 @@ Additions
* OpenStack detection
* Option to disable automatic refresh of software repository
* Redis test to detect configuration file
-* Test secureauth for Redis configurations
+* Test Redis configuration for several best practices
Languages
---------
-* Japanese translation added, contributed by Yukio Takahara.
+* Japanese translation added, contributed by Yukio Takahara
Fixes
@@ -23,16 +23,24 @@ Fixes
* Some tests did not show a warning text
+Settings
+--------
+* Many settings have a new alias (with dashes instead underscores)
+* New setting 'show-report-solution' to show solution in report
+
Functions
---------
* ExitFatal can now exit program with optional text
* ShowSymlinkPath and FileIsReadable test for at least one argument
+
Tests
-----
* DBS-1882 - Redis configuration detection
-* DBS-1884 - Redis 'secureauth' check
+* DBS-1884 - Redis 'requirepass' check
+* DBS-1886 - Redis 'rename-command CONFIG' check
+* DBS-1888 - Redis 'bind localhost' check
---------------------------------------------------------------------------------