Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added targets for RHEL 5 and for 4 Ubuntu LTS releases, new rules for CentOS 5, RHEL 6 and RHEL 7 #16

Merged
merged 11 commits into from
Mar 17, 2025
1 change: 1 addition & 0 deletions targets/centos-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ eol: 2017-03-31
info: https://centosfaq.org/centos/centos-5-end-of-life/
rules:
- SSH-2.0-OpenSSH_4.3
- Apache/2.2.3 (CentOS)
5 changes: 5 additions & 0 deletions targets/rhel-5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Red Hat Enterprise Linux 5
eol: 2017-03-31
info: https://endoflife.date/rhel
rules:
- Apache/2.2.3 (Red Hat)
1 change: 1 addition & 0 deletions targets/rhel-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ eol: 2024-06-30
info: https://endoflife.date/rhel
rules:
- Apache/2.2.15 (Red Hat)
- Apache/2.2.15 (Red Hat Enterprise Linux)
1 change: 1 addition & 0 deletions targets/rhel-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ eol: 2024-06-30
info: https://endoflife.date/rhel
rules:
- Apache/2.4.6 (Red Hat Enterprise Linux)
- Apache/2.4.6 (Red Hat)
5 changes: 5 additions & 0 deletions targets/ubuntu-bionic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Ubuntu Bionic (unless ESM)
eol: 2023-05-31
info: https://wiki.ubuntu.com/Releases
rules:
- Apache/2.4.29 (Ubuntu)
5 changes: 5 additions & 0 deletions targets/ubuntu-focal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Ubuntu Focal (unless ESM)
eol: 2025-05-31
info: https://wiki.ubuntu.com/Releases
rules:
- Apache/2.4.41 (Ubuntu)
5 changes: 5 additions & 0 deletions targets/ubuntu-trusty.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Ubuntu Trusty
eol: 2019-04-02
info: https://wiki.ubuntu.com/Releases
rules:
- Apache/2.4.7 (Ubuntu)
5 changes: 5 additions & 0 deletions targets/ubuntu-xenial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Ubuntu Xenial (unless ESM)
eol: 2021-04-02
info: https://wiki.ubuntu.com/Releases
rules:
- Apache/2.4.18 (Ubuntu)