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
AgeCommit message (Collapse)Author
2022-02-10Renumbered new test PKGS-7346 to PKGS-7200Michael Boelen
2022-01-11Merge remote-tracking branch 'upstream/master' into alpine_apkSteve Kolenich
2021-11-17Add Garuda Linux to audit package test toolLahfa Samy
2021-09-01Added two tests using apk (Alpine Package Keeper) to check forSteve Kolenich
installed packages and packages that can be upgraded
2021-07-21PKGS-7410: don't show exception for systems running LXCMichael Boelen
2021-05-19Test PKGS-7320 extended to "Arch Linux 32"Marc Hendry
PKGS-7320 checks whether package arch-audit is installed. This test has been extended to test ${OS_FULLNAME} for both "Arch Linux" as well as "Arch Linux 32".
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-07Small style improvementMichael Boelen
2021-01-07Merge pull request #1004 from Varbin/1003-os-detectionMichael Boelen
Test for LINUX_VERSION before setting it again
2020-11-14Use the new status strings in testsSimon Biewald
See-Also: HEAD^ Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-10-17[PKGS-7410] Don't show exception if no kernels were found on the diskMichael Boelen
2020-08-15Check LINUX_VERSION_LIKE in various testsSimon Biewald
This affects: BOOT-5180, KRNL-5622, KRNL-5788, PKGS-7388, PKGS-7390, PKGS-7394, PKGS-7366, and PKGS-7420.
2020-03-30Fix PKGS-7301 message nitBrian Ginsbach
The comment is correct. It is FreeBSD pkg not NetBSD pkg.
2020-03-20Updated date/yearMichael Boelen
2020-03-19[PKGS-7388] Only perform test when all conditions are correctMichael Boelen
2020-03-17[PKGS-7388] only perform check for Debian, Mint, UbuntuMichael Boelen
2020-02-24Update tests_ports_packagesSkactor
Incorrect constant name spelling
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-12-17[PKGS-7410] Use multiple package managers when they are available on system. ↵Michael Boelen
Also added support for Zypper for this test
2019-10-20KRNL-5840: add detection for proxmox and raspi kernelKristian Schuster
2019-10-08Additional check to ensure pacman package manager is used instead of pacman gameMichael Boelen
2019-09-21Fixed a typoMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-07-10Use exit code instead of ITEM_FOUND valueMichael Boelen
2019-05-16Move state recording to report sectionMichael Boelen
2019-04-20[PKGS-7386] Removed suggestion as a warning is already displayed when ↵Michael Boelen
vulnerable packages were discovered
2019-04-17[PKGS-7392] - Skip test for Zypper-based systemsMichael Boelen
2019-04-17Non-interactive mode for zypperMichael Boelen
2019-04-15[PKGS-7328/PKGS-7330] added non-interactive global optionMichael Boelen
2019-03-30[PKGS-7420] corrected typoMichael Boelen
2019-03-30[PKGS-7420] limit test to specific OS, add dnf-automatic support, extend loggingMichael Boelen
2019-03-29[PKGS-7420] Detect toolkit to automatically download and apply upgradesMichael Boelen
2019-03-29[PKGS-7410] add support for DPKG-based systems to gather installed kernel ↵Michael Boelen
packages
2019-03-07[PKGS-7388] Fix false positive warning on missing security archive (#651)silentcreek
Currently the check for the security archive in Debian/Ubuntu fails, if the archive is not hosted on security.{debian,ubuntu}.org and the URL does have trailing slash, such as this: deb http://deb.debian.org/debian-security/ stretch/updates main Change the regular expression to allow for a trailing slash in the URL when filtering the package sources lists. Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-10-05Update tests_ports_packages (#586)Jesus Christian Cruz Acono
change " " <- space for [[:blank:]] (to clean all pausible spaces)
2018-09-17[PKGS-7322] Updated solution textMichael Boelen
2018-02-19[PKGS-7384] changes to detect yum-utils package and related toolingMichael Boelen
2018-01-11Changed yearMichael Boelen
2017-11-08fixing "Repository listed more than once" issue (#449) (#490)wschaft
2017-09-04Do not limit debsums to Debian systems (#457)Tom Reynolds
Debsums is supported on Debian and other systems as per GitHub issue #446. Undo commit d1969001c6df84ea58c7913140a7a03f6b2486a1.
2017-08-19[PKGS-7380] Fix NetBSD packages vulnerabilities file name (#443)Brian Ginsbach
* [PKGS-7380] Fix NetBSD packages vulnerabilities file name * OS Detection: Add early Mac OS X releases
2017-08-19Preparations for APTMichael Boelen
2017-07-10[PKGS-7370] only use debsums test for Debian systemsMichael Boelen
2017-06-14Fix pkg audit option (#403)Jose Luis Duran
-F, --fetch Fetch the database before checking. [ci skip]
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-04-23Code enhancementsMichael Boelen
2017-03-17Fixed detection of security repositories (#370)Yaisel Hurtado
2017-03-13Added missing pipeMichael Boelen