mirror of https://github.com/CISOfy/lynis.git
Updated log
This commit is contained in:
parent
792a202934
commit
7df0b8618b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,16 +3,21 @@
|
|||
## Lynis 3.0.1 (not released yet)
|
||||
|
||||
### Added
|
||||
- Detection of Alpine Linux
|
||||
- Detection of Kali Linux
|
||||
- Detection of Linux Mint
|
||||
- Detection of macOS Big Sur (11.0)
|
||||
- Detection of Pop!_OS
|
||||
- Detection of PHP 7.4
|
||||
- Malware detection tool: Microsoft Defender ATP
|
||||
- New flag: --slow-warning to allow tests more time before showing a warning
|
||||
- Test TIME-3185 to check systemd-timesyncd synchronized time
|
||||
- rsh host file permissions
|
||||
|
||||
### Changed
|
||||
- AUTH-9229 - Added option for LOCKED accounts and bugfix for older bash versions
|
||||
- BOOT-5122 - Presence check for grub.d added
|
||||
- CRYP-7902 - Added support for certificates in DER format
|
||||
- CRYP-7931 - Redirect errors (e.g. when swap is not encrypted)
|
||||
- FILE-6430 - Don't grep nonexistant modprobe.d files
|
||||
- FIRE-4535 - Set initial firewall state
|
||||
|
@ -20,12 +25,14 @@
|
|||
- KRNL-5728 - Handle zipped kernel configuration correctly
|
||||
- KRNL-5830 - Improved version detection for non-symlinked kernel
|
||||
- MALW-3280 - Extended detection of BitDefender
|
||||
- TIME-3104 - Find more time synchronization commands
|
||||
- TIME-3182 - Corrected detection of time peers
|
||||
- Fix: hostid generation routine would sometimes show too short IDs
|
||||
- Generic improvements for macOS
|
||||
- Fix: language detection
|
||||
- Generic improvements for macOS
|
||||
- German translation updated
|
||||
- End-of-life database updated
|
||||
- Small code enhancements
|
||||
- Several minor code enhancements
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
|
@ -135,7 +142,6 @@ Using the relevant options, the scan will change base on the intended goal.
|
|||
- BOOT-5122 - check for defined password in all GRUB configuration files
|
||||
- CONT-8106 - support newer 'docker info' output
|
||||
- CRYP-7902 - optionally check also certificates provided by packages
|
||||
- CRYP-7902 - check also certificates in DER format
|
||||
- CRYP-8002 - gather kernel entropy on Linux systems
|
||||
- FILE-6310 - support for HP-UX
|
||||
- FILE-6330 - corrected description
|
||||
|
|
Loading…
Reference in New Issue