From 2e24dd0a1efa2ce9f44ce86c6b2266dd3b180cf9 Mon Sep 17 00:00:00 2001 From: Michael Boelen <michael.boelen@cisofy.com> Date: Tue, 1 Apr 2025 15:33:18 +0200 Subject: [PATCH] Create publiccode.yml Initial version of file to provide meta-data about project --- publiccode.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 publiccode.yml diff --git a/publiccode.yml b/publiccode.yml new file mode 100644 index 00000000..0e625032 --- /dev/null +++ b/publiccode.yml @@ -0,0 +1,49 @@ +publiccodeYmlVersion: "0.4" +name: Lynis +url: https://github.com/CISOfy/lynis +releaseDate: 2025-01-28 +platforms: + - linux + - mac +categories: + - cloud-management + - compliance-management + - fleet-management + - it-management + - it-security +developmentStatus: stable +softwareType: standalone/other +description: + en: + shortDescription: Security auditing tool for Linux, macOS, and UNIX-based systems + longDescription: Lynis is a security auditing tool for systems based on UNIX + like Linux, macOS, BSD, and others. It performs an in-depth security scan + and runs on the system itself. The primary goal is to test security + defenses and provide tips for further system hardening. It will also scan + for general system information, vulnerable software packages, and possible + configuration issues. Lynis was commonly used by system administrators and + auditors to assess the security defenses of their systems. Besides the + "blue team," nowadays penetration testers also have Lynis in their + toolkit. + documentation: https://cisofy.com/documentation/lynis/ + features: + - command-line + - perform security audit + - extensive log + - security hardening advice + - Linux security hardening +legal: + license: AGPL-3.0-only +maintenance: + type: community + contacts: + - name: Michael Boelen + email: michael.boelen@cisofy.com + phone: "" + affiliation: "" +localisation: + localisationReady: true + availableLanguages: + - en + - es + - nl