mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Release 3.1.6
This commit is contained in:
parent
b405dc10cf
commit
25f6f2ab62
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Lynis Changelog
|
||||
|
||||
## Lynis 3.1.6 (not released yet)
|
||||
## Lynis 3.1.6 (2025-10-22)
|
||||
|
||||
### Added
|
||||
- Add notice to screen output if end-of-life state is unclear
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
- For Debian and similar systems ignore kernel packages with 'rc' state
|
||||
- ACCT-9634 - Define default auditd log file location
|
||||
- MALW-3280 - Adjusted detection of Wazuh agent
|
||||
- FIRE-4586 - Also accept NFLOG as a logging target for iptables
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
6
lynis
6
lynis
|
|
@ -43,9 +43,9 @@
|
|||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2025-07-29"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1753773496
|
||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||
PROGRAM_RELEASE_DATE="2025-10-22"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1761121526
|
||||
PROGRAM_RELEASE_TYPE="release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.6"
|
||||
|
||||
# Source, documentation and license
|
||||
|
|
|
|||
Loading…
Reference in a new issue