Skip to content

Commit

Permalink
Update for 8.10
Browse files Browse the repository at this point in the history
Tested against 8.10. Regex for 8.1 and fails test. Should add End of Line for regex to differ 8.1 with 8.10
  • Loading branch information
jrmetzger authored Jan 13, 2025
1 parent 4b03e27 commit 865dd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230221.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
release = os.release

EOMS_DATE = {
/^8\.1/ => '30 November 2021',
/^8\.1$/ => '30 November 2021',
/^8\.2/ => '30 April 2022',
/^8\.3/ => '30 April 2021',
/^8\.4/ => '31 May 2023',
Expand Down

0 comments on commit 865dd14

Please sign in to comment.