From 9db5fa8f1d7a14a8c17dce6b4fcab9f3a8e8d491 Mon Sep 17 00:00:00 2001 From: yunimoo Date: Mon, 12 Aug 2024 22:47:15 -0400 Subject: [PATCH] Fix UBTU-20-010066 OVAL Regex Add semicolon (;) to string comparison --- .../smart_card_login/smartcard_configure_crl/oval/shared.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_crl/oval/shared.xml b/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_crl/oval/shared.xml index b3182f58db08..9ee287052cf9 100644 --- a/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_crl/oval/shared.xml +++ b/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_crl/oval/shared.xml @@ -21,7 +21,7 @@ - (^|,\s*)(crl_auto|crl_offline)(\s*,|$) + (^|,\s*)(crl_auto|crl_offline)(\s*,|$|;)