From da1c1eca10b09e387e06cf8126961957a3105374 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 7 Jan 2021 15:22:19 +0100 Subject: Preparation for release 3.0.3 --- CHANGELOG.md | 6 +++--- FAQ | 2 +- INSTALL | 2 +- include/binaries | 2 +- include/consts | 2 +- include/data_upload | 2 +- include/functions | 4 ++-- include/helper_audit_dockerfile | 2 +- include/helper_configure | 2 +- include/helper_generate | 2 +- include/helper_show | 2 +- include/helper_system_remote_scan | 2 +- include/helper_update | 2 +- include/osdetection | 2 +- include/parameters | 2 +- include/profiles | 2 +- include/report | 2 +- include/tests_accounting | 4 ++-- include/tests_authentication | 2 +- include/tests_banners | 2 +- include/tests_boot_services | 2 +- include/tests_containers | 4 ++-- include/tests_crypto | 2 +- include/tests_databases | 2 +- include/tests_dns | 2 +- include/tests_file_integrity | 4 ++-- include/tests_file_permissions | 4 ++-- include/tests_filesystems | 2 +- include/tests_firewalls | 2 +- include/tests_hardening | 2 +- include/tests_homedirs | 2 +- include/tests_insecure_services | 2 +- include/tests_kernel | 4 ++-- include/tests_kernel_hardening | 2 +- include/tests_ldap | 2 +- include/tests_logging | 2 +- include/tests_mac_frameworks | 2 +- include/tests_mail_messaging | 2 +- include/tests_malware | 2 +- include/tests_memory_processes | 2 +- include/tests_nameservices | 2 +- include/tests_networking | 2 +- include/tests_php | 2 +- include/tests_ports_packages | 2 +- include/tests_printers_spoolers | 2 +- include/tests_scheduling | 2 +- include/tests_shells | 4 ++-- include/tests_snmp | 4 ++-- include/tests_squid | 4 ++-- include/tests_ssh | 2 +- include/tests_storage | 4 ++-- include/tests_storage_nfs | 2 +- include/tests_system_integrity | 4 ++-- include/tests_time | 2 +- include/tests_tooling | 2 +- include/tests_virtualization | 2 +- include/tests_webservers | 2 +- include/tool_tips | 2 +- lynis | 10 +++++----- 59 files changed, 76 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16be447..875a2927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ ### Added +- HRDN-7231 - Check for registered non-native binary formats - OS detection of Parrot GNU/Linux ### Changed -- [DBS-1816] - Force test to check only password authentication -- [KRNL-5677] - Support for NetBSD +- DBS-1816 - Force test to check only password authentication +- KRNL-5677 - Support for NetBSD - Bugfix: command 'configure settings' did not work as intended --------------------------------------------------------------------------------- @@ -150,7 +151,6 @@ Using the relevant options, the scan will change base on the intended goal. - New test: FINT-4316 - presence of AIDE database and size test - New test: FINT-4340 - check dm-integrity status (Linux) - New test: FINT-4341 - verify status of dm-verity (Linux) -- New test: HRDN-7231 - check for registered non-native binary formats - New test: INSE-8314 - test for NIS client - New test: INSE-8316 - test for NIS server - New test: NETW-2400 - test hostname for valid characters and length diff --git a/FAQ b/FAQ index f2891428..0c93c7f8 100644 --- a/FAQ +++ b/FAQ @@ -98,4 +98,4 @@ ================================================================================ - Lynis - Copyright 2007-2020, Michael Boelen, CISOfy - https://cisofy.com + Lynis - Copyright 2007-2021, Michael Boelen, CISOfy - https://cisofy.com diff --git a/INSTALL b/INSTALL index b79a8b35..b08ba2ce 100644 --- a/INSTALL +++ b/INSTALL @@ -48,4 +48,4 @@ ================================================================================ - Lynis - Copyright 2007-2020, Michael Boelen, CISOfy - https://cisofy.com + Lynis - Copyright 2007-2021, Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/binaries b/include/binaries index 95d56c3d..7d6d38c8 100644 --- a/include/binaries +++ b/include/binaries @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/consts b/include/consts index 5d0c9555..513515cd 100644 --- a/include/consts +++ b/include/consts @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/data_upload b/include/data_upload index eae2b5cc..c85a4140 100644 --- a/include/data_upload +++ b/include/data_upload @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/functions b/include/functions index 2bb82eae..62ffdfc5 100644 --- a/include/functions +++ b/include/functions @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -3693,4 +3693,4 @@ #================================================================================ # Lynis is part of Lynis Enterprise and released under GPLv3 license -# Copyright 2007-2020 - Michael Boelen, CISOfy - https://cisofy.com +# Copyright 2007-2021 - Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile index a71326ee..3ebbb7b2 100644 --- a/include/helper_audit_dockerfile +++ b/include/helper_audit_dockerfile @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/helper_configure b/include/helper_configure index 85c6dadf..315b92f3 100644 --- a/include/helper_configure +++ b/include/helper_configure @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/helper_generate b/include/helper_generate index f3a8d909..bbfbb8dc 100644 --- a/include/helper_generate +++ b/include/helper_generate @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/helper_show b/include/helper_show index e251aad0..70a066be 100644 --- a/include/helper_show +++ b/include/helper_show @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/helper_system_remote_scan b/include/helper_system_remote_scan index 8f9df294..5c54814a 100644 --- a/include/helper_system_remote_scan +++ b/include/helper_system_remote_scan @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/helper_update b/include/helper_update index cc5f672c..0453ffbd 100644 --- a/include/helper_update +++ b/include/helper_update @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/osdetection b/include/osdetection index 0a6cf976..17bb28af 100644 --- a/include/osdetection +++ b/include/osdetection @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/parameters b/include/parameters index 242899e6..90181927 100644 --- a/include/parameters +++ b/include/parameters @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/profiles b/include/profiles index e7a25670..6bf7758a 100644 --- a/include/profiles +++ b/include/profiles @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/report b/include/report index 3d0c7fdf..ec5f3f66 100644 --- a/include/report +++ b/include/report @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_accounting b/include/tests_accounting index dd1ef2a8..666576fb 100644 --- a/include/tests_accounting +++ b/include/tests_accounting @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -424,4 +424,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, Michael Boelen / CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, Michael Boelen / CISOfy - https://cisofy.com diff --git a/include/tests_authentication b/include/tests_authentication index 88b95063..3366bb9a 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_banners b/include/tests_banners index f7e4d7e9..cd148f30 100644 --- a/include/tests_banners +++ b/include/tests_banners @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_boot_services b/include/tests_boot_services index 01310f7b..dce27ab4 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_containers b/include/tests_containers index 78c12c50..af10997d 100644 --- a/include/tests_containers +++ b/include/tests_containers @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -226,4 +226,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, CISOfy - https://cisofy.com diff --git a/include/tests_crypto b/include/tests_crypto index af63d21a..d41a55ce 100644 --- a/include/tests_crypto +++ b/include/tests_crypto @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_databases b/include/tests_databases index d1f2c564..5e71ee80 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_dns b/include/tests_dns index 085168d4..5ef5a382 100644 --- a/include/tests_dns +++ b/include/tests_dns @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_file_integrity b/include/tests_file_integrity index c06b1703..68d02c5f 100644 --- a/include/tests_file_integrity +++ b/include/tests_file_integrity @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -441,4 +441,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020 Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021 Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/tests_file_permissions b/include/tests_file_permissions index 50ccdeee..32598f45 100644 --- a/include/tests_file_permissions +++ b/include/tests_file_permissions @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -72,4 +72,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, CISOfy - https://cisofy.com diff --git a/include/tests_filesystems b/include/tests_filesystems index a2ae58cd..3fdb91d6 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_firewalls b/include/tests_firewalls index 685f2452..06798ea7 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_hardening b/include/tests_hardening index 16e13374..130a4ddc 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_homedirs b/include/tests_homedirs index c896bf86..3e5f1b78 100644 --- a/include/tests_homedirs +++ b/include/tests_homedirs @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_insecure_services b/include/tests_insecure_services index 2ba308b3..f01966f2 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_kernel b/include/tests_kernel index 5f6d0459..19ed4dae 100644 --- a/include/tests_kernel +++ b/include/tests_kernel @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -919,4 +919,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, CISOfy - https://cisofy.com diff --git a/include/tests_kernel_hardening b/include/tests_kernel_hardening index c0887078..630c38d5 100644 --- a/include/tests_kernel_hardening +++ b/include/tests_kernel_hardening @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_ldap b/include/tests_ldap index 7558d491..18cdc09c 100644 --- a/include/tests_ldap +++ b/include/tests_ldap @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_logging b/include/tests_logging index 8e807738..00d592b4 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_mac_frameworks b/include/tests_mac_frameworks index 5c55e8f5..cda343ad 100644 --- a/include/tests_mac_frameworks +++ b/include/tests_mac_frameworks @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging index cbbde8a0..a8e9ec3b 100644 --- a/include/tests_mail_messaging +++ b/include/tests_mail_messaging @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_malware b/include/tests_malware index 3c2cd72d..4f68b9aa 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_memory_processes b/include/tests_memory_processes index 2454f320..542400a2 100644 --- a/include/tests_memory_processes +++ b/include/tests_memory_processes @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_nameservices b/include/tests_nameservices index 46f4f1fb..aadc0a91 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_networking b/include/tests_networking index 7a04305f..6a33451c 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_php b/include/tests_php index 32211f1a..23738198 100644 --- a/include/tests_php +++ b/include/tests_php @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_ports_packages b/include/tests_ports_packages index 1c196629..61ccf945 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_printers_spoolers b/include/tests_printers_spoolers index 61304f87..18b88c0c 100644 --- a/include/tests_printers_spoolers +++ b/include/tests_printers_spoolers @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_scheduling b/include/tests_scheduling index b461ba95..196a2e77 100644 --- a/include/tests_scheduling +++ b/include/tests_scheduling @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_shells b/include/tests_shells index 89be9979..9598cfbc 100644 --- a/include/tests_shells +++ b/include/tests_shells @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -282,4 +282,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, CISOfy - http://cisofy.com +# Lynis - Copyright 2007-2021, CISOfy - http://cisofy.com diff --git a/include/tests_snmp b/include/tests_snmp index 0bf785f0..93755e80 100644 --- a/include/tests_snmp +++ b/include/tests_snmp @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -104,4 +104,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020 Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021 Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/tests_squid b/include/tests_squid index d62310a3..c6b5174a 100644 --- a/include/tests_squid +++ b/include/tests_squid @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -325,4 +325,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020 Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021 Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/tests_ssh b/include/tests_ssh index 43c678b9..7f31c348 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_storage b/include/tests_storage index 6ee1a78a..ac60502c 100644 --- a/include/tests_storage +++ b/include/tests_storage @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -77,4 +77,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020, CISOfy, Michael Boelen - https://cisofy.com +# Lynis - Copyright 2007-2021, CISOfy, Michael Boelen - https://cisofy.com diff --git a/include/tests_storage_nfs b/include/tests_storage_nfs index 6aaafc79..fb236560 100644 --- a/include/tests_storage_nfs +++ b/include/tests_storage_nfs @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_system_integrity b/include/tests_system_integrity index 825f3d70..befe09a0 100644 --- a/include/tests_system_integrity +++ b/include/tests_system_integrity @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com @@ -51,4 +51,4 @@ WaitForKeyPress # #================================================================================ -# Lynis - Copyright 2007-2020 Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021 Michael Boelen, CISOfy - https://cisofy.com diff --git a/include/tests_time b/include/tests_time index 0d1d65cb..06a7cd45 100644 --- a/include/tests_time +++ b/include/tests_time @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_tooling b/include/tests_tooling index 15475c61..083f5045 100644 --- a/include/tests_tooling +++ b/include/tests_tooling @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_virtualization b/include/tests_virtualization index e4df170e..bf985e7c 100644 --- a/include/tests_virtualization +++ b/include/tests_virtualization @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tests_webservers b/include/tests_webservers index 45588492..6e0a3b3d 100644 --- a/include/tests_webservers +++ b/include/tests_webservers @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/include/tool_tips b/include/tool_tips index 6ff7534e..e380a5d5 100644 --- a/include/tool_tips +++ b/include/tool_tips @@ -6,7 +6,7 @@ # ------------------ # # Copyright 2007-2013, Michael Boelen -# Copyright 2007-2020, CISOfy +# Copyright 2007-2021, CISOfy # # Website : https://cisofy.com # Blog : http://linux-audit.com diff --git a/lynis b/lynis index f03f197c..71eafb1a 100755 --- a/lynis +++ b/lynis @@ -43,16 +43,16 @@ PROGRAM_WEBSITE="https://cisofy.com/lynis/" # Version details - PROGRAM_RELEASE_DATE="2020-12-26" - PROGRAM_RELEASE_TIMESTAMP=1608801742 - PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release + PROGRAM_RELEASE_DATE="2021-01-07" + PROGRAM_RELEASE_TIMESTAMP=1610029111 + PROGRAM_RELEASE_TYPE="release" # pre-release or release PROGRAM_VERSION="3.0.3" # Source, documentation and license PROGRAM_SOURCE="https://github.com/CISOfy/lynis" PROGRAM_PACKAGE="https://packages.cisofy.com/" PROGRAM_DOCUMENTATION="https://cisofy.com/docs/" - PROGRAM_COPYRIGHT="2007-2020, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}" + PROGRAM_COPYRIGHT="2007-2021, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}" PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License. See the LICENSE file for details about using this software." @@ -1149,4 +1149,4 @@ ${NORMAL} # #================================================================================ -# Lynis - Copyright 2007-2020, Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, Michael Boelen, CISOfy - https://cisofy.com -- cgit v1.2.3