Skip to content

Commit

Permalink
Fix UBTU-20-010066 OVAL Regex
Browse files Browse the repository at this point in the history
Add semicolon (;) to string comparison
  • Loading branch information
yunimoo committed Aug 13, 2024
1 parent 3231177 commit 9db5fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ind:textfilecontent54_object>

<ind:textfilecontent54_state id="state_pam_pkcs11_cert_policy_crl" version="1">
<ind:subexpression operation="pattern match">(^|,\s*)(crl_auto|crl_offline)(\s*,|$)</ind:subexpression>
<ind:subexpression operation="pattern match">(^|,\s*)(crl_auto|crl_offline)(\s*,|$|;)</ind:subexpression>
</ind:textfilecontent54_state>

</def-group>

0 comments on commit 9db5fa8

Please sign in to comment.