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

Rhel 9.3 9.5 #69

Merged
merged 4 commits into from
Dec 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions controls/SV-257777.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@
# https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates

EOMS_DATE = {
/^9\.0/ => '31 May 2024',
/^9\.0/ => 'May 31, 2024',
/^9\.1/ => 'April 1, 2023',
/^9\.2/ => 'May 31, 2025',
/^9\.4/ => 'May 31, 2026'
/^9\.3/ => 'April 30, 2024',
/^9\.4/ => 'May 31, 2026',
/^9\.5/ => 'April 30, 2025',
/^9\.6/ => 'May 31, 2027',
/^9\.7/ => 'April 30, 2026',
/^9\.8/ => 'May 31, 2028',
/^9\.9/ => 'April 30, 2027',
/^9\.10/ => 'May 31, 2032'
}.find { |k, _v| k.match(release) }&.last

describe "The release \"#{release}\"" do
Expand Down
Loading