mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 01:04:39 +02:00
Release 2.3.2
This commit is contained in:
parent
d719706ecd
commit
0337f6e5b3
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,13 +1,14 @@
|
|||||||
Lynis Changelog
|
Lynis Changelog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Lynis 2.3.2 (not released yet, under development)
|
Lynis 2.3.2 (2016-08-09)
|
||||||
|
|
||||||
|
|
||||||
Categories and Groups
|
Categories and Groups
|
||||||
---------------------
|
---------------------
|
||||||
Tests are now grouped by their focus and named 'groups' accordingly. Besides
|
Tests are now grouped by their focus area and named 'groups' accordingly.
|
||||||
groups, each test will belong to a category (performance, privacy, or security).
|
Besides groups, each test will belong to a category (performance, privacy, or
|
||||||
|
security).
|
||||||
|
|
||||||
Commands: lynis show categories, lynis show groups
|
Commands: lynis show categories, lynis show groups
|
||||||
Options: --tests-from-category, --tests-from-group
|
Options: --tests-from-category, --tests-from-group
|
||||||
@ -17,6 +18,7 @@ of tests to scan.
|
|||||||
|
|
||||||
|
|
||||||
Development
|
Development
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
A new 'strict' option is available in the profiles and by default enabled for
|
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
|
the initialization phases of Lynis. It will perform a strict code check for the
|
||||||
@ -35,7 +37,8 @@ release can be specified as additional argument.
|
|||||||
Languages
|
Languages
|
||||||
---------
|
---------
|
||||||
Initial translation for German has been contributed by Kai Raven. The Italian
|
Initial translation for German has been contributed by Kai Raven. The Italian
|
||||||
translation Stefano Marty (stefanomarty).
|
translation by Stefano Marty (stefanomarty). Hungarian translation by Zoltan
|
||||||
|
Paldi (paldiz)
|
||||||
|
|
||||||
|
|
||||||
Profiles
|
Profiles
|
||||||
@ -49,8 +52,9 @@ Tests
|
|||||||
* AUTH-9216 - Simplified test and make it more efficient
|
* AUTH-9216 - Simplified test and make it more efficient
|
||||||
* AUTH-9218 - Clean ups and improve readability
|
* AUTH-9218 - Clean ups and improve readability
|
||||||
* AUTH-9226 - Style, text, and removed warning
|
* AUTH-9226 - Style, text, and removed warning
|
||||||
* AUTH-9228 - Provide just an suggestion instead of warning
|
* AUTH-9228 - Provide just a suggestion instead of warning
|
||||||
* AUTH-9268 - Improve test for readability
|
* AUTH-9268 - Improve test for readability
|
||||||
|
* AUTH-9328 - Test /etc/profile.d for umask setting
|
||||||
* AUTH-9406 - Readability and code style changes
|
* AUTH-9406 - Readability and code style changes
|
||||||
* CONT-8102 - Determine if all Docker tests should be performed
|
* CONT-8102 - Determine if all Docker tests should be performed
|
||||||
* DBS-1880 - Initial support for Redis server
|
* DBS-1880 - Initial support for Redis server
|
||||||
|
6
lynis
6
lynis
@ -32,9 +32,9 @@
|
|||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2016-07-20"
|
PROGRAM_RELEASE_DATE="2016-08-09"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1469004645
|
PROGRAM_RELEASE_TIMESTAMP=1470748750
|
||||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||||
PROGRAM_VERSION="2.3.2"
|
PROGRAM_VERSION="2.3.2"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user